Skip to content
Snippets Groups Projects
Commit 6339c00e authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

upgrades base version.

parent 2a78b461
Branches
Tags
No related merge requests found
ARG LAB_BASE=jupyter/minimal-notebook:lab-3.6.2 ARG LAB_BASE=jupyter/minimal-notebook:lab-3.6.3
FROM ${LAB_BASE} FROM ${LAB_BASE}
...@@ -197,8 +197,8 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR},sharing=locked \ ...@@ -197,8 +197,8 @@ RUN --mount=type=cache,target=${PIP_CACHE_DIR},sharing=locked \
echo -e "\e[93m***** Install Jupyter Remote desktop Extension ****\e[38;5;241m" && \ echo -e "\e[93m***** Install Jupyter Remote desktop Extension ****\e[38;5;241m" && \
pip install --quiet --upgrade \ pip install --quiet --upgrade \
jupyter-remote-desktop-proxy && \ jupyter-remote-desktop-proxy && \
conda install -c conda-forge websockify conda install -c conda-forge websockify && \
fix-permissions "$CONDA_DIR" && \
USER $NB_USER USER $NB_USER
# preinstall gitstatusd # preinstall gitstatusd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment