Skip to content
Snippets Groups Projects

Upgrade Jupyter Labs to v4

Merged Jan David Mol requested to merge jupyter-v4 into master
Files
4
# needs to stay v 3 until https://github.com/jupyterlab/jupyterlab-git/issues/1245
FROM jupyter/scipy-notebook:latest
FROM jupyter/scipy-notebook:lab-3.6.3
USER root
USER root
RUN --mount=type=cache,target=/var/cache/apt \
RUN --mount=type=cache,target=/var/cache/apt \
@@ -10,7 +9,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
@@ -10,7 +9,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
apt-get install -y git rsync
apt-get install -y git rsync
USER ${NB_UID}
USER ${NB_UID}
RUN mamba install --yes jupyterlab-git && \
RUN mamba install --yes 'jupyterlab-git>=0.50.0' && \
mamba clean --all -f -y && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
fix-permissions "/home/${NB_USER}"
Loading