From 74a21c7ae9e8950c4e2887be535298d756b2b14f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 27 Jan 2025 16:41:44 -0600 Subject: [PATCH] Add CUDA 12.8 to CUDA feature --- features/src/cuda/devcontainer-feature.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/src/cuda/devcontainer-feature.json b/features/src/cuda/devcontainer-feature.json index 725c65e5..ed581533 100644 --- a/features/src/cuda/devcontainer-feature.json +++ b/features/src/cuda/devcontainer-feature.json @@ -1,12 +1,14 @@ { "name": "CUDA Toolkit", "id": "cuda", - "version": "25.2.0", + "version": "25.2.1", "description": "A feature to install the NVIDIA CUDA Toolkit", "options": { "version": { "type": "string", "proposals": [ + "12.8", + "12.6", "12.5", "12.4", "12.3",