Skip to content

Commit 64c893e

Browse files
authored
Merge pull request #910 from parente/clkao-patch-2
Bump notebook to 6.0.0, jupyterlab to 1.0.4, conda to 4.7.10
2 parents 29105a7 + 374207f commit 64c893e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7070
ENV MINICONDA_VERSION=4.6.14 \
71-
CONDA_VERSION=4.7.5
71+
CONDA_VERSION=4.7.10
7272

7373
RUN 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
103103
RUN 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 && \

0 commit comments

Comments
 (0)