Skip to content

Commit 4b2c733

Browse files
committed
Update GRID drivers in Azure VM image
Update to vGPU 17.x, since vGPU 16.x is expected to stop working in Azure shortly.
1 parent 256f473 commit 4b2c733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/packer/provisioners/install-nvidia-grid-driver-for-azure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sudo apt-get update
88
sudo DEBIAN_FRONTEND=noninteractive apt-get install build-essential linux-azure -y
99

1010
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
11+
https://download.microsoft.com/download/c5319e92-672e-4067-8d85-ab66a7a64db3/NVIDIA-Linux-x86_64-550.144.06-grid-azure.run
1212
chmod +x NVIDIA-Linux-x86_64-grid.run
1313
sudo ./NVIDIA-Linux-x86_64-grid.run --silent --disable-nouveau
1414
rm NVIDIA-Linux-x86_64-grid.run

0 commit comments

Comments
 (0)