chore: update NVIDIA GRID driver to v18.6 (570.211.01)#154
Merged
Conversation
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>
djsly
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the GRID driver from 550.144.06 (vGPU 17.55) to 570.211.01 (vGPU 18.6).
Source
Version + URL pulled from the Azure HPC NVIDIA driver manifest:
Azure/azhpc-extensions
NvidiaGPU/resources.json— the v18.6 Linux GRID entry:{ "Num": "570.211.01", "DirLink": "https://download.microsoft.com/download/2a04ca6a-9eec-40d9-9564-9cdea1ab795f/NVIDIA-Linux-x86_64-570.211.01-grid-azure.run", "vGPUVersion": "18.6", "SupportedOSVersions": "Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS, Red Hat Enterprise Linux 8.6, 8.8, 8.9" }URL verified
HTTP 200.Auto-updater note
auto_update.pyreadsNvidia-GPU-Linux-Resources.jsonwhich the HPC team stopped updating at v17.55 — so the daily auto-PR job won't surface v18.x bumps without changes. Follow-up PR will updateauto_update.pyto read fromresources.jsonand filter byvGPUVersionmajor ==18.