8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd7de commit 9bac21aCopy full SHA for 9bac21a
nvidia-docker.sh
@@ -3,7 +3,8 @@
3
set -e
4
5
# Add the package repositories
6
-distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
+# distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
7
+distribution="ubuntu22.04" # hack for unsupported Ubuntu 24.04
8
curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -
9
curl -s -L https://nvidia.github.io/nvidia-docker/$distribution/nvidia-docker.list | sudo tee /etc/apt/sources.list.d/nvidia-docker.list
10
0 commit comments