Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Nov 4, 2024
1 parent c35da1b commit 4339220
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ RUN mamba install --yes \
'jupyterhub' \
'jupyterlab' \
'nbclassic' \
# Sometimes, when the new version of `jupyterlab` is released, latest `notebook` might not support it for some time
# Old versions of `notebook` (<v7) didn't have a restriction on the `jupyterlab` version, and old `notebook` is getting installed
# That's why we have to pin the minimum notebook version
# More info: https://github.com/jupyter/docker-stacks/pull/2167
'notebook>=7.2.2' && \
jupyter server --generate-config && \
mamba clean --all -f -y && \
Expand Down

0 comments on commit 4339220

Please sign in to comment.