Commit 6b33f7f
Upgrade JupyterHub to 4.3.2 and JupyterLab to 4.5.3 (#51)
* Fix gpu_type to be conditional on NVIDIA flag in kind.sh
The gpu_type Terraform variable was unconditionally set to "nvidia",
causing the CUDA JupyterHub image to be referenced even on macOS
where NVIDIA GPUs are not available. Now gpu_type is set to "nvidia"
only when --with-nvidia is used, and "none" otherwise.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Upgrade JupyterHub Helm chart to 4.3.2 and JupyterLab to 4.5.3
- Upgrade JupyterHub Helm chart from 3.3.8 to 4.3.2 (JupyterHub 5.4.3).
- Update Helm repo URL to canonical hub.jupyter.org.
- Add Authenticator.allow_all: true to handle JupyterHub 5.x breaking
change that defaults to denying all users.
- Upgrade jupyterhub pip package from 4.1.6 to 5.4.3 in the Docker image.
- Pin jupyterlab to 4.5.3 in the Docker image.
- Update pre-pull image tags for configurable-http-proxy and k8s-hub.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Areg Melik-Adamyan <areg@sphynx.local>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 4b542ba commit 6b33f7f
File tree
3 files changed
+8
-5
lines changed- docker/icl-jupyterhub
- scripts/etc/kind
- terraform/modules/jupyterhub
3 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
0 commit comments