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 f4c0193 + 2673f25 commit cf9a75cCopy full SHA for cf9a75c
base-notebook/Dockerfile
@@ -132,8 +132,8 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
132
# files across image layers when the permissions change
133
RUN conda install --quiet --yes \
134
'notebook=6.3.0' \
135
- 'jupyterhub=1.4.0' \
136
- 'jupyterlab=3.0.14' && \
+ 'jupyterhub=1.4.1' \
+ 'jupyterlab=3.0.15' && \
137
conda clean --all -f -y && \
138
npm cache clean --force && \
139
jupyter notebook --generate-config && \
0 commit comments