Skip to content
Snippets Groups Projects

feat: use official singularity image

Merged Wouter Deconinck requested to merge use-external-singularity-image into master
+ 3
1
@@ -411,7 +411,9 @@ jug_xl:nightly:
containers/jug
.singularity:
image: ${SINGULARITY_IMAGE}
image:
name: ${SINGULARITY_IMAGE}
entrypoint: [""]
stage: deploy
interruptible: true
rules:
Loading