File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ RUN mkdir /home/$NB_USER/work && \
72
72
fix-permissions /home/$NB_USER
73
73
74
74
# Install conda as jovyan and check the md5 sum provided on the download site
75
- ENV MINICONDA_VERSION=4.7.12.1 \
76
- MINICONDA_MD5=81c773ff87af5cfac79ab862942ab6b3 \
77
- CONDA_VERSION=4.7.12
75
+ ENV MINICONDA_VERSION=4.8.2 \
76
+ MINICONDA_MD5=87e77f097f6ebb5127c77662dfc3165e \
77
+ CONDA_VERSION=4.8.2
78
78
79
79
RUN cd /tmp && \
80
- wget --quiet https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && \
81
- echo "${MINICONDA_MD5} *Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh" | md5sum -c - && \
82
- /bin/bash Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
83
- rm Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && \
80
+ wget --quiet https://repo.continuum.io/miniconda/Miniconda3-py37_ ${MINICONDA_VERSION}-Linux-x86_64.sh && \
81
+ echo "${MINICONDA_MD5} *Miniconda3-py37_ ${MINICONDA_VERSION}-Linux-x86_64.sh" | md5sum -c - && \
82
+ /bin/bash Miniconda3-py37_ ${MINICONDA_VERSION}-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
83
+ rm Miniconda3-py37_ ${MINICONDA_VERSION}-Linux-x86_64.sh && \
84
84
echo "conda ${CONDA_VERSION}" >> $CONDA_DIR/conda-meta/pinned && \
85
85
conda config --system --prepend channels conda-forge && \
86
86
conda config --system --set auto_update_conda false && \
You can’t perform that action at this time.
0 commit comments