Skip to content

Commit

Permalink
Try to update to JupyterLab 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 4, 2023
1 parent 35ed85e commit 889c4be
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,10 @@ RUN mkdir "/home/${NB_USER}/work" && \
# files across image layers when the permissions change
RUN mamba install --quiet --yes \
-c conda-forge \
'notebook'==6.5.3 \
'jupyterhub'==3.1.1 \
'jupyterlab'==3.6.1 \
jupyterlab_widgets==3.0.7 \
jupyterlab-git==0.41.0 \
'jupyterlab' \
'notebook' \
'jupyterhub' \
'nbclassic' \
dask=2023.11.0 \
dask_labextension && \
mamba clean \
Expand Down Expand Up @@ -188,18 +187,15 @@ RUN update-alternatives --install /usr/bin/nano nano /bin/nano-tiny 10

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RUN pip install --upgrade --no-cache-dir \
jupyterlab_github==3.0.1 \
jupyter_client==8.1.0 \
ipywidgets==8.0.6
jupyterlab_github \
jupyter_client \
dask-labextension==6.2.0 \
ipywidgets

# Enable the serverextensions that do not use the conf.d approach and
# build JupyterLab.
RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
jupyter labextension install jupyterlab-jupytext && \
jupyter serverextension enable --sys-prefix jupyterlab_git && \
jupyter serverextension enable --sys-prefix jupyterlab_github && \
jupyter labextension install dask-labextension && \
jupyter serverextension enable dask_labextension && \
# jupyter labextension install jupyterlab-jupytext && \
jupyter lab build --dev-build=False && jupyter lab clean && \
npm cache clean --force && \
rm -rf $HOME/.cache/yarn && \
Expand Down

0 comments on commit 889c4be

Please sign in to comment.