Skip to content

Commit 149dfaf

Browse files
committed
Now with the singularity build command in place
1 parent 47406ac commit 149dfaf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eessi_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ done
10431043
CONTAINER_SANDBOX="${CONTAINER%.sif}.sandbox"
10441044
echo "Building a sandbox image with command (next line):"
10451045
echo "singularity build --sandbox ${CONTAINER_SANDBOX} ${CONTAINER}"
1046+
singularity build --sandbox ${CONTAINER_SANDBOX} ${CONTAINER}
10461047
echo "Launching sandbox container with command (next line):"
10471048
echo "singularity ${RUN_QUIET} ${MODE} ${ADDITIONAL_CONTAINER_OPTIONS[@]} ${EESSI_FUSE_MOUNTS[@]} ${CONTAINER_SANDBOX} $@"
10481049
singularity ${RUN_QUIET} ${MODE} "${ADDITIONAL_CONTAINER_OPTIONS[@]}" "${EESSI_FUSE_MOUNTS[@]}" ${CONTAINER_SANDBOX} "$@"

0 commit comments

Comments
 (0)