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

Update Python to v3.13.1

parent 3d58ecb5
No related branches found
No related tags found
No related merge requests found
Pipeline #35849 passed
......@@ -64,7 +64,7 @@ docker build \
--build-arg CUDA_IMAGE=nvidia/cuda \
--build-arg CUDA_VERSION=12.6.3 \
--build-arg CUDA_IMAGE_SUBTAG=runtime-ubuntu22.04 \
--build-arg PYTHON_VERSION=3.13.0 \
--build-arg PYTHON_VERSION=3.13.1 \
-t cuda/python/ver \
-f ver/latest.Dockerfile .
```
......
......@@ -68,7 +68,7 @@ To install docker, follow the instructions for your platform:
```bash
docker build \
--build-arg PYTHON_VERSION=3.13.0 \
--build-arg PYTHON_VERSION=3.13.1 \
-t python/ver \
-f ver/latest.Dockerfile .
```
......
.env:
variables:
PYTHON_VERSION: "3.13.0"
PYTHON_VERSION: "3.13.1"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
......
.env:
variables:
PYTHON_VERSION: "3.13.0"
PYTHON_VERSION: "3.13.1"
CTAN_REPO_BUILD_LATEST: "https://mirror.init7.net/ctan/systems/texlive/tlnet"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
......
.env:
variables:
PYTHON_VERSION: "3.13.0"
PYTHON_VERSION: "3.13.1"
CUDA_VERSION: "12.6.3"
CUDNN_VERSION_AMD64: "9.6.0.74"
CUDNN_VERSION_ARM64: "9.6.0.74"
......
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