From 99d9b3bff10fc99e293c818c21fd9d6df5fcf16a Mon Sep 17 00:00:00 2001 From: Ganesh Kumar Ashokavardhanan Date: Tue, 19 May 2026 16:49:35 -0700 Subject: [PATCH] chore: update NVIDIA GRID driver to v18.6 (570.211.01) Bump the GRID driver from 550.144.06 (vGPU 17.55) to 570.211.01 (vGPU 18.6). Version + URL sourced from the Azure HPC NVIDIA driver manifest: https://github.com/Azure/azhpc-extensions/blob/master/NvidiaGPU/resources.json Note: auto_update.py currently reads Nvidia-GPU-Linux-Resources.json which is stuck at 17.55. A follow-up PR will update the auto-updater to pull v18.x from the resources.json file (filtered by vGPUVersion major == "18"). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- driver_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driver_config.yml b/driver_config.yml index 049739e..ac8cee3 100644 --- a/driver_config.yml +++ b/driver_config.yml @@ -3,6 +3,6 @@ cuda: version: "595.71.05" grid: - version: "550.144.06" + version: "570.211.01" # We do not support GRID drivers on ARM64 architecture. - url: "https://download.microsoft.com/download/c5319e92-672e-4067-8d85-ab66a7a64db3/NVIDIA-Linux-x86_64-550.144.06-grid-azure.run" + url: "https://download.microsoft.com/download/2a04ca6a-9eec-40d9-9564-9cdea1ab795f/NVIDIA-Linux-x86_64-570.211.01-grid-azure.run"