diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 21276e66..4bc0536d 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -34,7 +34,7 @@ permissions: env: ## CUDA version and container operating system - CUDA_VERSION: 12.5.1 + CUDA_VERSION: 13.0.2 CUDA_OS: ubuntu24.04 ## Default versions are specified in packages.yaml but can be overridden diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68d2f6b7..09918e42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.5 ## CUDA version and container operating system - CUDA_VERSION: 12.5.1 + CUDA_VERSION: 13.0.2 CUDA_OS: ubuntu24.04 ## Default versions are specified in packages.yaml but can be overridden diff --git a/spack-packages.sh b/spack-packages.sh index 548cc7ef..f914f205 100644 --- a/spack-packages.sh +++ b/spack-packages.sh @@ -40,6 +40,7 @@ b9ad19ee2ce47f8b7fbe187d41d898f873bbc121 e87325e40627e4113c5e374f83e086f2421e005a a1437186c1d979ce112d52be178d0fb88b70f332 cfa8d650480c409de2d568cf1355bf7e509f4c1c +a5b8ca84d4c3b7c811885c5dd26e0e1d4262d8ce --- ## Optional hash table with comma-separated file list ## For these commits, the cherry-pick will be restricted to the listed files only. @@ -79,3 +80,4 @@ read -r -d '' SPACKPACKAGES_CHERRYPICKS_FILES <<- \ ## e87325e40627e4113c5e374f83e086f2421e005a: acts: add v44.4.0 ## a1437186c1d979ce112d52be178d0fb88b70f332: acts: narrow when range on podio when +edm4hep +examples ## cfa8d650480c409de2d568cf1355bf7e509f4c1c: dd4hep: Add version 1.34 +## a5b8ca84d4c3b7c811885c5dd26e0e1d4262d8ce: cudnn: add through v9.17.0 (support CUDA 13)