File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,13 @@ RUN mkdir /home/$NB_USER/work && \
68
68
fix-permissions /home/$NB_USER
69
69
70
70
# Install conda as jovyan and check the md5 sum provided on the download site
71
- ENV MINICONDA_VERSION=4.6.14 \
72
- CONDA_VERSION=4.7.10
71
+ ENV MINICONDA_VERSION=4.7.10 \
72
+ MINICONDA_MD5=1c945f2b3335c7b2b15130b1b2dc5cf4 \
73
+ CONDA_VERSION=4.7.12
73
74
74
75
RUN cd /tmp && \
75
76
wget --quiet https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && \
76
- echo "718259965f234088d785cad1fbd7de03 *Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh" | md5sum -c - && \
77
+ echo "${MINICONDA_MD5} *Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh" | md5sum -c - && \
77
78
/bin/bash Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
78
79
rm Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && \
79
80
echo "conda ${CONDA_VERSION}" >> $CONDA_DIR/conda-meta/pinned && \
You can’t perform that action at this time.
0 commit comments