We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060dc6a commit 128a735Copy full SHA for 128a735
.gitlab-ci.yml
@@ -6,8 +6,8 @@ variables:
6
SINGULARITY_IMAGE: quay.io/singularity/singularity:v3.11.5
7
8
## CUDA version and container operating system
9
- CUDA_VERSION: 12.2.2
10
- CUDA_OS: ubuntu22.04
+ CUDA_VERSION: 12.5.1
+ CUDA_OS: ubuntu24.04
11
12
## Default versions are specified in packages.yaml but can be overridden
13
EDM4EIC_VERSION: ""
@@ -498,6 +498,7 @@ cuda:torch:
498
extends: .cuda
499
script:
500
- python -c "import torch ; print(torch.cuda.is_available()) ;"
501
+ allow_failure: true
502
503
.singularity:
504
image:
0 commit comments