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

base: Update JupyterLab to v4.3.4

- Unpin httpx
parent d6b47a95
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Topmost entry = Tag `latest`
| MAX/Mojo | Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Neovim | Git | Git LFS | Pandoc | Linux distro |
|:-----------|:-----------|:------------|:------------|:-------------------|:-------|:-------|:--------|:-------|:-------------|
| 24.6.0 | 3.12.8 | 5.2.1 | 4.2.6 | 4.96.2 (1.96.2) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 24.6.0 | 3.12.8 | 5.2.1 | 4.3.4 | 4.96.2 (1.96.2) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 24.5.0 | 3.12.8 | 5.2.1 | 4.2.6 | 4.95.3 (1.95.3) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 24.4.0[^1] | 3.12.6 | 5.1.0 | 4.2.5 | 4.92.2 (1.92.2) | 0.10.1 | 2.46.1 | 3.5.1 | 3.2 | Debian 12 |
| 24.3.0[^1] | 3.12.4 | 5.0.0 | 4.2.1 | 4.89.1 (1.89.1) | n/a | 2.45.2 | 3.5.1 | 3.1.11 | Debian 12 |
......
......@@ -9,7 +9,7 @@ ARG CUDA_IMAGE_FLAVOR
ARG NB_USER=jovyan
ARG NB_UID=1000
ARG JUPYTERHUB_VERSION=5.2.1
ARG JUPYTERLAB_VERSION=4.2.6
ARG JUPYTERLAB_VERSION=4.3.4
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
ARG CODE_SERVER_VERSION=4.96.2
ARG NEOVIM_VERSION=0.10.2
......@@ -418,7 +418,6 @@ 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