Skip to content

Commit

Permalink
Merge pull request #1348 from mathbunnyru/asalikhov/update_notebook_lab
Browse files Browse the repository at this point in the history
Update notebook and jupyterlab
  • Loading branch information
mathbunnyru committed Jun 1, 2021
2 parents 4063ff8 + 7ae0e3d commit eb2f745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
# Do all this in a single RUN command to avoid duplicating all of the
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=6.3.0' \
'notebook=6.4.0' \
'jupyterhub=1.4.1' \
'jupyterlab=3.0.15' && \
'jupyterlab=3.0.16' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \
Expand Down

0 comments on commit eb2f745

Please sign in to comment.