Skip to content
Snippets Groups Projects

feat: use official singularity image

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