Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
update workshop repo
  • Loading branch information
MattBixley authored Jul 30, 2024
1 parent 689697f commit c26510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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="3d1dcc832682950b37b66a796877b1960c833842"
ARG PYTHON_HASH="91de379c9d49c8400d30e965ccba3011d72d1677"
RUN git clone https://github.com/nesi/intro-python.git /opt/intro-python \
&& cd /opt/intro-python \
&& git checkout $PYTHON_HASH \
Expand Down

0 comments on commit c26510f

Please sign in to comment.