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

CUDA images: Update CUDA to v12.8.0

- CUDA images (amd64): Update TensorRT to v10.8.0.43
parent 0c9e971a
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ docker run -it --rm \
**What makes this project different:**
1. Derived from [`nvidia/cuda:12.6.3-base-ubuntu22.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=12.6.3-base-ubuntu22.04)
1. Derived from [`nvidia/cuda:12.8.0-base-ubuntu22.04`](https://hub.docker.com/r/nvidia/cuda/tags?page=1&name=12.8.0-base-ubuntu22.04)
1. IDE: [code-server](https://github.com/coder/code-server) next to
[JupyterLab](https://github.com/jupyterlab/jupyterlab)
1. Just Python – no [Conda](https://github.com/conda/conda) /
......
......@@ -6,13 +6,13 @@ Topmost entry = Tag `latest`
| MAX | Python | CUDA | Linux distro |
|:-------|:-------|:-------|:-------------|
| 24.6.0 | 3.12.8 | 12.6.3 | Ubuntu 22.04 |
| 24.6.0 | 3.12.8 | 12.8.0 | Ubuntu 22.04 |
## PyTorch compatibility
| Python | CUDA | PyTorch[^1] |
|:-------|:-----|:--------------|
| 3.12 | 12.6 | version ≥ 2.2 |
| 3.12 | 12.8 | version ≥ 2.2 |
[^1]: Ships with its own CUDA dependencies
......@@ -20,7 +20,7 @@ Topmost entry = Tag `latest`
| CUDA | Linux driver version | Windows driver version[^2] |
|:-------|:---------------------|:---------------------------|
| 12.6.3 | ≥ 560.35.05 | ≥ 561.17 |
| 12.8.0 | ≥ 570.26 | ≥ 570.65 |
[^2]: [GPU support in Docker Desktop | Docker Docs](https://docs.docker.com/desktop/gpu/),
[Nvidia GPU Support for Windows · Issue #19005 · containers/podman](https://github.com/containers/podman/issues/19005)
......@@ -33,7 +33,7 @@ Only works with
| CUDA | Driver version 535[^3] | Driver version 470[^4] |
|:-------|:----------------------:|:----------------------:|
| 12.6.3 | 🟢 | 🔵 |
| 12.8.0 | 🟢 | 🔵 |
🔵: Supported due to the CUDA forward compat package
🟢: Supported due to minor-version compatibility
......
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