Closed guenhter closed 2 years ago
The CI test is failing on Ubuntu 22.04 with the NVIDIA CUDA repository with the following message:
fatal: [ubuntu-2204-cuda]: FAILED! => {"changed": false, "msg": "No package matching 'cuda-drivers-510' is available"}
Checking the NVIDIA CUDA repos, it looks like the earliest available driver for Ubuntu 22.04 is in the R515 branch.
Based on the driver lifecycle page, R515 is listed as a production driver branch. And checking the Ubuntu repositories, it looks like there are R515 packages available for both -server
and non-server branches.
Long-story short, I'd suggest you also try updating nvidia_driver_branch
to 515 in this PR (or a separate one if you prefer). Assuming that checks out in CI, this should be good to merge.
Also, please sign-off your commits according to the guidance from the DeepOps repo.
@ajdecon Thx for the feedback. Everything done. Upgraded to 515 and signed-off the commits
@ajdecon any idea when you will merge this?
Apologies for the delay! This fell off my radar, but looks good. Will merge.
Thx. Appreciate your extremely quick actions.
Solves https://github.com/NVIDIA/ansible-role-nvidia-driver/issues/63