Open
Conversation
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the CUDA base image version from 12.5.1 to 13.0.2 to support compatibility with Clang 20 (referenced in #88).
- Updates CUDA_VERSION environment variable from 12.5.1 to 13.0.2 in CI/CD configuration files
- Affects both GitLab CI and GitHub Actions workflows
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .gitlab-ci.yml | Updates CUDA_VERSION variable to 13.0.2 for GitLab CI pipeline configuration |
| .github/workflows/build-push.yml | Updates CUDA_VERSION variable to 13.0.2 for GitHub Actions workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
6d525cb to
998c532
Compare
6979925 to
e13b0ff
Compare
wdconinc
commented
Feb 7, 2026
| @@ -34,7 +34,7 @@ permissions: | |||
|
|
|||
| env: | |||
| ## CUDA version and container operating system | |||
Contributor
Author
There was a problem hiding this comment.
Document policy:
Suggested change
| ## CUDA version and container operating system | |
| ## CUDA version and container operating system policy: | |
| ## We aim for compatibility with the default nvidia driver on current almalinux:9 | |
| ## while maintaining compatibility on common systems at BNL and JLab that | |
| ## may be lagging behind. | |
| ## $ dnf install almalinux-release-nvidia-driver | |
| ## $ dnf install nvidia-driver | |
| ## If this installs, e.g., nvidia-driver-libs 590.48.01-1.el9, then the compatibility table at: | |
| ## https://docs.nvidia.com/deploy/cuda-compatibility/minor-version-compatibility.html | |
| ## https://docs.nvidia.com/deploy/cuda-compatibility/forward-compatibility.html | |
| ## indicates compatibility with CUDA 13.1 without need for additional cuda-compat packages. |
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.
Briefly, what does this PR introduce?
This PR upgrades the CUDA base images to 13.0.2 (in part for compatibility with clang 20 in #88).
Needs: