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

Update Mojo to v25.1.0

parent 644c156d
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ docker build \
--build-arg BASE_IMAGE=ubuntu \
--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 MOJO_VERSION=25.1.0 \
--build-arg PYTHON_VERSION=3.12.9 \
--build-arg CUDA_IMAGE_FLAVOR=base \
--build-arg INSTALL_MAX=1 \
......
......@@ -6,6 +6,7 @@ Topmost entry = Tag `latest`
| MAX | Python | CUDA | Linux distro |
|:-------|:-------|:-------|:-------------|
| 25.1.0 | 3.12.9 | 12.8.0 | Ubuntu 22.04 |
| 24.6.0 | 3.12.9 | 12.8.0 | Ubuntu 22.04 |
## PyTorch compatibility
......
......@@ -139,7 +139,7 @@ latest:
```shell
cd base
docker build \
--build-arg MOJO_VERSION=24.6.0 \
--build-arg MOJO_VERSION=25.1.0 \
--build-arg PYTHON_VERSION=3.12.9 \
-t jupyterlab/mojo/base \
-f latest.Dockerfile .
......
......@@ -8,6 +8,7 @@ Topmost entry = Tag `latest`
| MAX/Mojo | Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Neovim | Git | Git LFS | Pandoc | Linux distro |
|:-----------|:-----------|:------------|:------------|:-------------------|:-------|:-------|:--------|:-------|:-------------|
| 25.1.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.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 |
......@@ -19,6 +20,7 @@ Topmost entry = Tag `latest`
| MAX/Mojo | CTAN date | Quarto |
|:---------|:-----------|:--------|
| 25.1.0 | | 1.6.40 |
| 24.6.0 | 2025-02-13 | 1.6.40 |
| 24.5.0 | 2024-12-17 | 1.6.39 |
| 24.4.0 | 2024-09-13 | 1.5.57 |
......
.env:
variables:
MOJO_VERSION: "24.6.0"
MOJO_EXTENSION_VERSION: "24.6.0"
MOJO_VERSION: "25.1.0"
MOJO_EXTENSION_VERSION: "25.1.0"
PYTHON_VERSION: "3.12.9"
TAG_VERSION_MAJ_MIN: "true"
TAG_VERSION_MAJ: "true"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
.before-script-build: &before-script-build
- |
......
.env:
variables:
MOJO_VERSION: "24.6.0"
MOJO_VERSION: "25.1.0"
CTAN_REPO_BUILD_LATEST: "https://mirror.init7.net/ctan/systems/texlive/tlnet"
TAG_VERSION_MAJ_MIN: "true"
TAG_VERSION_MAJ: "true"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
.before-script-build: &before-script-build
- |
......
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