From 04143e31ff4ef64f44603492a4052fe7b03de7bd Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Mon, 9 Jan 2023 14:48:41 -0800 Subject: Options: Switch from 'enum' to 'proposals' (#382) --- src/nvidia-cuda/devcontainer-feature.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/nvidia-cuda') diff --git a/src/nvidia-cuda/devcontainer-feature.json b/src/nvidia-cuda/devcontainer-feature.json index 7611b7e..dd5c13d 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.5", + "version": "1.0.6", "name": "NVIDIA CUDA", "description": "Installs shared libraries for NVIDIA CUDA.", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda", @@ -17,7 +17,7 @@ }, "cudaVersion": { "type": "string", - "enum": [ + "proposals": [ "11.8", "11.7", "11.6", @@ -31,7 +31,7 @@ }, "cudnnVersion": { "type": "string", - "enum": [ + "proposals": [ "8.6.0.163", "8.5.0.96", "8.4.1.50", -- cgit v1.2.3