We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569cad3 commit e8176a8Copy full SHA for e8176a8
docker/Dockerfile
@@ -30,7 +30,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
30
# && chmod -R o+rX /var/lib/surveys.csv \
31
32
# copy the repo source (e.g. notebooks) to the container image and install dependencies
33
-ARG PYTHON_HASH="fd123203b90dac31343e404535fdceacf7be83e1"
+ARG PYTHON_HASH="43737f575a3c87da33afb78631fa84eec3e6b1fb"
34
RUN git clone https://github.com/nesi/intro-python.git /opt/intro-python \
35
&& cd /opt/intro-python \
36
&& git checkout $PYTHON_HASH \
0 commit comments