File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "id" : " nvidia-cuda" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "name" : " NVIDIA CUDA" ,
55 "description" : " Installs shared libraries for NVIDIA CUDA." ,
66 "documentationURL" : " https://github.com/devcontainers/features/tree/main/src/nvidia-cuda" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ check_packages wget ca-certificates
4646
4747# Add NVIDIA's package repository to apt so that we can download packages
4848# Always use the ubuntu2004 repo because the other repos (e.g., debian11) are missing packages
49- NVIDIA_REPO_URL=" https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64"
49+ # Updating the repo to ubuntu2204 as ubuntu 20.04 is going out of support
50+ NVIDIA_REPO_URL=" https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64"
5051KEYRING_PACKAGE=" cuda-keyring_1.0-1_all.deb"
5152KEYRING_PACKAGE_URL=" $NVIDIA_REPO_URL /$KEYRING_PACKAGE "
5253KEYRING_PACKAGE_PATH=" $( mktemp -d) "
You can’t perform that action at this time.
0 commit comments