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 fc6022a commit 9c8ac72Copy full SHA for 9c8ac72
base-notebook/Dockerfile
@@ -70,8 +70,8 @@ RUN mkdir /home/$NB_USER/work && \
70
fix-permissions /home/$NB_USER
71
72
# Install conda as jovyan and check the md5 sum provided on the download site
73
-ENV MINICONDA_VERSION=4.7.10 \
74
- MINICONDA_MD5=1c945f2b3335c7b2b15130b1b2dc5cf4 \
+ENV MINICONDA_VERSION=4.7.12.1 \
+ MINICONDA_MD5=81c773ff87af5cfac79ab862942ab6b3 \
75
CONDA_VERSION=4.7.12
76
77
RUN cd /tmp && \
0 commit comments