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

Fix latest Dockerfile

parent 7465f7d4
Branches freeze-version
No related tags found
No related merge requests found
......@@ -264,6 +264,7 @@ RUN mkdir /opt/code-server \
## Install JupyterLab
RUN export PIP_BREAK_SYSTEM_PACKAGES=1 \
&& pip install \
httpx==0.27.2 \
jupyter-server-proxy \
jupyterhub==${JUPYTERHUB_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