diff options
Diffstat (limited to 'src/nvidia-cuda/devcontainer-feature.json')
-rw-r--r-- | src/nvidia-cuda/devcontainer-feature.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/nvidia-cuda/devcontainer-feature.json b/src/nvidia-cuda/devcontainer-feature.json index 76a5ec2..7611b7e 100644 --- a/src/nvidia-cuda/devcontainer-feature.json +++ b/src/nvidia-cuda/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "nvidia-cuda", - "version": "1.0.4", + "version": "1.0.5", "name": "NVIDIA CUDA", "description": "Installs shared libraries for NVIDIA CUDA.", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda", @@ -18,6 +18,7 @@ "cudaVersion": { "type": "string", "enum": [ + "11.8", "11.7", "11.6", "11.5", @@ -25,12 +26,13 @@ "11.3", "11.2" ], - "default": "11.7", + "default": "11.8", "description": "Version of CUDA to install" }, "cudnnVersion": { "type": "string", "enum": [ + "8.6.0.163", "8.5.0.96", "8.4.1.50", "8.4.0.27", @@ -45,7 +47,7 @@ "8.1.1.33", "8.1.0.77" ], - "default": "8.5.0.96", + "default": "8.6.0.163", "description": "Version of cuDNN to install" } }, |