Skip to content

Fix vGPU driver download repo#2337

Merged
cb-github-robot merged 1 commit intocloud-barista:mainfrom
seokho-son:main
Mar 1, 2026
Merged

Fix vGPU driver download repo#2337
cb-github-robot merged 1 commit intocloud-barista:mainfrom
seokho-son:main

Conversation

@seokho-son
Copy link
Copy Markdown
Member

Fix vGPU driver download repo.

To support NVIDIA L4 vGPU instance.

Copilot AI review requested due to automatic review settings March 1, 2026 07:07
@seokho-son seokho-son requested a review from yunkon-kim as a code owner March 1, 2026 07:07
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GPU driver installation scripts to better support fractional/vGPU instances (e.g., NVIDIA L4 vGPU) by attempting NVIDIA GRID guest drivers from a public GCS-hosted repository before falling back to CUDA repo (apt) drivers.

Changes:

  • Add a vGPU-only path that tries multiple NVIDIA GRID guest driver .run installers (newest-first) from storage.googleapis.com/nvidia-drivers-us-public/GRID.
  • Gate the existing apt-based driver installation as a fallback that runs only when GRID installation fails.
  • Improve failure messaging to reflect both GRID and apt attempts.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.

File Description
scripts/usecases/llm/installGpuDriver.sh Adds GRID .run download/install loop for vGPU environments and makes apt-based install a fallback.
scripts/usecases/llm/installCudaDriver.sh Same GRID-first vGPU logic added to the CUDA driver installer; apt-based install becomes fallback.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: Seokho Son <shsongist@gmail.com>
@seokho-son
Copy link
Copy Markdown
Member Author

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label Mar 1, 2026
@cb-github-robot cb-github-robot merged commit 7405a61 into cloud-barista:main Mar 1, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved This PR is approved and will be merged soon.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants