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 4063ff8 + 7ae0e3d commit eb2f745Copy full SHA for eb2f745
base-notebook/Dockerfile
@@ -130,9 +130,9 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
130
# Do all this in a single RUN command to avoid duplicating all of the
131
# files across image layers when the permissions change
132
RUN conda install --quiet --yes \
133
- 'notebook=6.3.0' \
+ 'notebook=6.4.0' \
134
'jupyterhub=1.4.1' \
135
- 'jupyterlab=3.0.15' && \
+ 'jupyterlab=3.0.16' && \
136
conda clean --all -f -y && \
137
npm cache clean --force && \
138
jupyter notebook --generate-config && \
0 commit comments