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

Update Python to v3.12.8

parent 9aaf39b2
No related branches found
No related tags found
No related merge requests found
Pipeline #35861 passed
......@@ -70,7 +70,7 @@ docker build \
--build-arg CUDA_VERSION=12.6.3 \
--build-arg CUDA_IMAGE_SUBTAG=runtime-ubuntu22.04 \
--build-arg R_VERSION=4.4.2 \
--build-arg PYTHON_VERSION=3.12.7 \
--build-arg PYTHON_VERSION=3.12.8 \
-t cuda/r/ver \
-f ver/latest.Dockerfile .
```
......
......@@ -77,7 +77,7 @@ To install docker, follow the instructions for your platform:
```bash
docker build \
--build-arg R_VERSION=4.4.2 \
--build-arg PYTHON_VERSION=3.12.7 \
--build-arg PYTHON_VERSION=3.12.8 \
-t r/ver \
-f ver/latest.Dockerfile .
```
......
.env:
variables:
R_VERSION: "4.4.2"
PYTHON_VERSION: "3.12.7"
PYTHON_VERSION: "3.12.8"
CUDA_VERSION: "12.6.3"
CUDNN_VERSION_AMD64: "8.9.7.29"
CUDNN_VERSION_ARM64: "8.9.7.29"
......
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