Skip to content

Commit 998c532

Browse files
committed
chore: cuda-13.0.2
1 parent b31855b commit 998c532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434

3535
env:
3636
## CUDA version and container operating system
37-
CUDA_VERSION: 12.5.1
37+
CUDA_VERSION: 13.0.2
3838
CUDA_OS: ubuntu24.04
3939

4040
## Default versions are specified in packages.yaml but can be overridden

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ variables:
66
SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.5
77

88
## CUDA version and container operating system
9-
CUDA_VERSION: 12.5.1
9+
CUDA_VERSION: 13.0.2
1010
CUDA_OS: ubuntu24.04
1111

1212
## Default versions are specified in packages.yaml but can be overridden

0 commit comments

Comments
 (0)