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 256f473 commit 4b2c733Copy full SHA for 4b2c733
1 file changed
scripts/packer/provisioners/install-nvidia-grid-driver-for-azure.sh
@@ -8,7 +8,7 @@ sudo apt-get update
8
sudo DEBIAN_FRONTEND=noninteractive apt-get install build-essential linux-azure -y
9
10
wget --no-verbose -O NVIDIA-Linux-x86_64-grid.run \
11
- https://download.microsoft.com/download/8/d/a/8da4fb8e-3a9b-4e6a-bc9a-72ff64d7a13c/NVIDIA-Linux-x86_64-535.161.08-grid-azure.run
+ https://download.microsoft.com/download/c5319e92-672e-4067-8d85-ab66a7a64db3/NVIDIA-Linux-x86_64-550.144.06-grid-azure.run
12
chmod +x NVIDIA-Linux-x86_64-grid.run
13
sudo ./NVIDIA-Linux-x86_64-grid.run --silent --disable-nouveau
14
rm NVIDIA-Linux-x86_64-grid.run
0 commit comments