We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a5c35 commit c80fa19Copy full SHA for c80fa19
GRID/utils/runGRIDContainerized.sh
@@ -18,8 +18,8 @@ fi
18
if [ "$ARCH" == "aarch64" ]; then
19
ISAARCH64="1"
20
fi
21
-# we just use the default singularity container
22
-APPTAINER_CONTAINER=/cvmfs/alice.cern.ch/containers/fs/singularity/default${ISAARCH64+"-aarch64"}
+# we just use the default singularity container (if not already set)
+APPTAINER_CONTAINER=${APPTAINER_CONTAINER:-/cvmfs/alice.cern.ch/containers/fs/singularity/default${ISAARCH64+"-aarch64"}}
23
24
# create workdir if not specified externally
25
if [ ! "${WORK_DIR}" ]; then
0 commit comments