Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Docker stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JupyterLab
QGIS
Docker stack
Commits
d538b3de
Verified
Commit
d538b3de
authored
2 months ago
by
Olivier Benz
Browse files
Options
Downloads
Patches
Plain Diff
base: Update JupyterLab to v4.3.4
- Unpin httpx
parent
a3f69779
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
VERSION_MATRIX.md
+2
-2
2 additions, 2 deletions
VERSION_MATRIX.md
base/Dockerfile
+1
-2
1 addition, 2 deletions
base/Dockerfile
with
3 additions
and
4 deletions
VERSION_MATRIX.md
+
2
−
2
View file @
d538b3de
...
...
@@ -6,7 +6,7 @@ Topmost entry = Tag `latest`
| QGIS | SAGA | OTB[^1] | Jupyter Hub | Jupyter Lab | Python | Git | Linux distro |
|:--------|:------|:--------|:------------|:------------|:--------|:-------|:-------------|
| 3.40.2 | 9.1.3 | 9.1.0 | 5.2.1 | 4.
2.6
| 3.12.8 | 2.47.1 | Debian 12 |
| 3.40.2 | 9.1.3 | 9.1.0 | 5.2.1 | 4.
3.4
| 3.12.8 | 2.47.1 | Debian 12 |
| 3.40.1 | 9.1.3 | 9.1.0 | 5.2.1 | 4.2.6 | 3.12.8 | 2.47.1 | Debian 12 |
| 3.40.0 | 9.1.3 | 9.1.0 | 5.2.1 | 4.2.5 | 3.12.7 | 2.47.0 | Debian 12 |
| 3.38.3 | 9.1.3 | 9.1.0 | 5.2.1 | 4.2.5 | 3.12.7 | 2.47.0 | Debian 12 |
...
...
@@ -39,7 +39,7 @@ Topmost entry = Tag `ltr`
| QGIS | SAGA | OTB[^1] | Jupyter Hub | Jupyter Lab | Python | Git | Linux distro |
|:--------|:------|:--------|:------------|:------------|:--------|:-------|:-------------|
| 3.34.14 | 9.1.3 | 8.1.2 | 5.2.1 | 4.
2.6
| 3.11.10 | 2.47.1 | Debian 12 |
| 3.34.14 | 9.1.3 | 8.1.2 | 5.2.1 | 4.
3.4
| 3.11.10 | 2.47.1 | Debian 12 |
| 3.34.13 | 9.1.3 | 8.1.2 | 5.2.1 | 4.2.6 | 3.11.10 | 2.47.1 | Debian 12 |
| 3.34.12 | 9.1.3 | 8.1.2 | 5.2.1 | 4.2.5 | 3.11.10 | 2.47.0 | Debian 12 |
| 3.34.11 | 9.1.3 | 8.1.2 | 5.2.1 | 4.2.5 | 3.11.10 | 2.47.0 | Debian 12 |
...
...
This diff is collapsed.
Click to expand it.
base/Dockerfile
+
1
−
2
View file @
d538b3de
...
...
@@ -13,7 +13,7 @@ ARG PROC_SAGA_NG_VERSION
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
PYTHON_VERSION
ARG
GIT_VERSION
ARG
TURBOVNC_VERSION=3.1.2
...
...
@@ -426,7 +426,6 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
## Install JupyterLab
RUN
export
PIP_BREAK_SYSTEM_PACKAGES
=
1
\
&&
pip
install
--force
\
httpx
==
0.27.2
\
git+https://github.com/b-data/jupyter-remote-desktop-proxy.git@QGIS
\
jupyterhub
==
${
JUPYTERHUB_VERSION
}
\
jupyterlab
==
${
JUPYTERLAB_VERSION
}
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment