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.
2 parents ca3d8b7 + 043fabb commit 140e7ccCopy full SHA for 140e7cc
base-notebook/Dockerfile
@@ -106,9 +106,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
106
# Do all this in a single RUN command to avoid duplicating all of the
107
# files across image layers when the permissions change
108
RUN conda install --quiet --yes \
109
- 'notebook=6.0.0' \
110
- 'jupyterhub=1.0.0' \
111
- 'jupyterlab=1.2.1' && \
+ 'notebook=6.0.2' \
+ 'jupyterhub=1.1.0' \
+ 'jupyterlab=1.2.5' && \
112
conda clean --all -f -y && \
113
npm cache clean --force && \
114
jupyter notebook --generate-config && \
0 commit comments