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

Update Python to v3.12.9

parent 6a4d17ea
No related branches found
No related tags found
No related merge requests found
Pipeline #39009 passed
......@@ -67,7 +67,7 @@ docker build \
--build-arg BASE_IMAGE_TAG=22.04 \
--build-arg BUILD_ON_IMAGE=glcr.b-data.ch/cuda/python/ver \
--build-arg MOJO_VERSION=24.6.0 \
--build-arg PYTHON_VERSION=3.12.8 \
--build-arg PYTHON_VERSION=3.12.9 \
--build-arg CUDA_IMAGE_FLAVOR=base \
--build-arg INSTALL_MAX=1 \
-t jupyterlab/cuda/max/base \
......
......@@ -6,7 +6,7 @@ Topmost entry = Tag `latest`
| MAX | Python | CUDA | Linux distro |
|:-------|:-------|:-------|:-------------|
| 24.6.0 | 3.12.8 | 12.8.0 | Ubuntu 22.04 |
| 24.6.0 | 3.12.9 | 12.8.0 | Ubuntu 22.04 |
## PyTorch compatibility
......
......@@ -140,7 +140,7 @@ latest:
cd base
docker build \
--build-arg MOJO_VERSION=24.6.0 \
--build-arg PYTHON_VERSION=3.12.8 \
--build-arg PYTHON_VERSION=3.12.9 \
-t jupyterlab/mojo/base \
-f latest.Dockerfile .
```
......
......@@ -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.3.5 | 4.96.4 (1.96.4) | 0.10.4 | 2.48.1 | 3.6.1 | 3.4 | Debian 12 |
| 24.6.0 | 3.12.9 | 5.2.1 | 4.3.5 | 4.96.4 (1.96.4) | 0.10.4 | 2.48.1 | 3.6.1 | 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 |
......
......@@ -2,7 +2,7 @@
variables:
MOJO_VERSION: "24.6.0"
MOJO_EXTENSION_VERSION: "24.6.0"
PYTHON_VERSION: "3.12.8"
PYTHON_VERSION: "3.12.9"
TAG_VERSION_MAJ_MIN: "true"
TAG_VERSION_MAJ: "false"
......
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