Fix NVIDIA driver installation on Debian 12 security kernels - #1400
Open
nvliyuan wants to merge 2 commits into
Open
Fix NVIDIA driver installation on Debian 12 security kernels#1400nvliyuan wants to merge 2 commits into
nvliyuan wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a repository-based installation path for the NVIDIA GPU driver on Debian 12 to address compatibility issues with kernel 6.1.0-52. The feedback recommends using curl with retries and downloading the keyring package to /tmp instead of using wget in the current working directory, ensuring consistency with the rest of the script and preventing workspace pollution.
nvliyuan
marked this pull request as ready for review
August 6, 2026 07:03
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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.
Summary
nvidia-kernel-open-dkmsandnvidia-driver-cudapackages to avoid desktop EGL/Wayland dependencies.Root cause
Jenkins build 1631 failed after the Dataproc Debian 12 image picked up kernel
6.1.0-52-cloud-amd64(6.1.178). That security kernel uses the four-argumentpci_resize_resourceAPI, while the bundled NVIDIA 550 open module calls the old three-argument API and fails DKMS compilation.Test plan
bash -n spark-rapids/spark-rapids.shgit diff --check2.3-debian12(2.3.34-debian12) with the patched init action.6.1.0-50-cloud-amd64loaded NVIDIA driver580.178.04./usr/local/cuda/bin/nvccreports CUDA 12.4 on both workers.Validation artifacts are under
yuanli@spark-yuanli:~/work/csps/dataproc/v26.06/debian12-580-fix.