Skip to content

Commit

Permalink
Use jupyterlab 3
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Jul 28, 2023
1 parent 51f5d23 commit 70759ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,11 @@ RUN mamba env update -n base -f test_notebooks_dependencies.yaml \
&& conda clean -afy

RUN mamba install -y -n base \
jupyterlab \
"jupyterlab=3" \
dask-labextension \
jupyterlab-nvdashboard \
&& conda clean -afy
&& pip install jupyterlab-nvdashboard \
&& conda clean -afy \
&& pip cache purge

ENV DASK_LABEXTENSION__FACTORY__MODULE="dask_cuda"
ENV DASK_LABEXTENSION__FACTORY__CLASS="LocalCUDACluster"
Expand Down

0 comments on commit 70759ea

Please sign in to comment.