File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN mkdir /home/$NB_USER/work && \
6868
6969# Install conda as jovyan and check the md5 sum provided on the download site
7070ENV MINICONDA_VERSION=4.6.14 \
71- CONDA_VERSION=4.7.5
71+ CONDA_VERSION=4.7.10
7272
7373RUN cd /tmp && \
7474 wget --quiet https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && \
@@ -101,9 +101,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
101101# Do all this in a single RUN command to avoid duplicating all of the
102102# files across image layers when the permissions change
103103RUN conda install --quiet --yes \
104- 'notebook=5.7.8 ' \
104+ 'notebook=6.0.0 ' \
105105 'jupyterhub=1.0.0' \
106- 'jupyterlab=1.0.1 ' && \
106+ 'jupyterlab=1.0.4 ' && \
107107 conda clean --all -f -y && \
108108 npm cache clean --force && \
109109 jupyter notebook --generate-config && \
You can’t perform that action at this time.
0 commit comments