Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
update repo hash
  • Loading branch information
MattBixley authored Jul 29, 2024
1 parent d8a962a commit 0e33e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
# && chmod -R o+rX /var/lib/surveys.csv \

# copy the repo source (e.g. notebooks) to the container image and install dependencies
#ARG PYTHON_HASH="43737f575a3c87da33afb78631fa84eec3e6b1fb"
ARG PYTHON_HASH="3d1dcc832682950b37b66a796877b1960c833842"
RUN git clone https://github.com/nesi/intro-python.git /opt/intro-python \
&& cd /opt/intro-python \
# && git checkout $PYTHON_HASH \
&& git checkout $PYTHON_HASH \
&& pip3 --no-cache-dir install -r requirements.txt \
&& pip3 --no-cache-dir install jupyterlab \
&& rm -rf /opt/intro-python/.git

0 comments on commit 0e33e32

Please sign in to comment.