Skip to content

Commit

Permalink
Migrate to jupyterlab 4 (#685)
Browse files Browse the repository at this point in the history
Upgrading the `notebooks` image to use `jupyterlab`4. This allows for unpinning `jupyterlab-nvdashboard` as well.

Also switches installing `jupyterlab-nvdashboard` from `pip` to `conda` which seems to work now and would close rapidsai/jupyterlab-nvdashboard#156.

Authors:
  - Ray Douglass (https://github.com/raydouglass)

Approvers:
  - Mike Sarahan (https://github.com/msarahan)
  - James Lamb (https://github.com/jameslamb)

URL: #685
  • Loading branch information
raydouglass authored Jun 26, 2024
1 parent af3f2a6 commit b96a72f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ EOF

RUN <<EOF
mamba install -y -n base \
"jupyterlab=3" \
dask-labextension
pip install "jupyterlab-nvdashboard==0.9.*"
"jupyterlab=4" \
dask-labextension \
jupyterlab-nvdashboard
conda clean -afy
pip cache purge
EOF

# Disable the JupyterLab announcements
Expand Down

0 comments on commit b96a72f

Please sign in to comment.