Skip to content
Snippets Groups Projects
Verified Commit 489ac668 authored by Olivier Benz's avatar Olivier Benz
Browse files

Merge branch 'freeze-version'

parents 67f5450f 0e0ac8c1
No related branches found
No related tags found
No related merge requests found
...@@ -398,6 +398,7 @@ RUN mkdir /opt/code-server \ ...@@ -398,6 +398,7 @@ RUN mkdir /opt/code-server \
## Install JupyterLab ## Install JupyterLab
RUN export PIP_BREAK_SYSTEM_PACKAGES=1 \ RUN export PIP_BREAK_SYSTEM_PACKAGES=1 \
&& pip install \ && pip install \
httpx==0.27.2 \
jupyter-server-proxy \ jupyter-server-proxy \
jupyterhub==${JUPYTERHUB_VERSION} \ jupyterhub==${JUPYTERHUB_VERSION} \
jupyterlab==${JUPYTERLAB_VERSION} \ jupyterlab==${JUPYTERLAB_VERSION} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment