From 78864b3215980185d2a455a3de73701dc4876355 Mon Sep 17 00:00:00 2001 From: Ganeshkumar Ashokavardhanan Date: Mon, 17 Aug 2026 11:25:53 -0700 Subject: [PATCH] chore: update NVIDIA GRID driver to 570.237 (vGPU18.8) Bump the GRID (NVadsA10_v5) driver from 570.211.01 to 570.237, matching the vGPU18.8 build Microsoft now publishes on the Azure N-series driver setup docs. Note the version is two-component (570.237) rather than the usual three-component form -- this is how NVIDIA versions this build. Confirmed against the runfile header, which declares: version_string=570.237 targetdir=NVIDIA-Linux-x86_64-570.237-grid-azure so the RUNFILE name derived from DRIVER_VERSION in download.sh and install.sh still resolves correctly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e525ff6d-7072-4f71-92b9-4d5a87808b20 --- driver_config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/driver_config.yml b/driver_config.yml index 6ec11b0..2d02457 100644 --- a/driver_config.yml +++ b/driver_config.yml @@ -7,9 +7,11 @@ cuda_lts: version: "580.159.04" grid: - version: "570.211.01" + version: "570.237" # We do not support GRID drivers on ARM64 architecture. - url: "https://download.microsoft.com/download/2a04ca6a-9eec-40d9-9564-9cdea1ab795f/NVIDIA-Linux-x86_64-570.211.01-grid-azure.run" + # vGPU18.8 branch driver for NVadsA10_v5. NVIDIA publishes this build as a + # two-component version (570.237), not the usual three-component form. + url: "https://download.microsoft.com/download/5e213ec5-834f-4b0a-87f7-772751353b06/NVIDIA-Linux-x86_64-570.237-grid-azure.run" grid_v20: version: "595.58.03"