diff --git a/images/bids/Singularity.bids-skullduggery--0.0.2 b/images/bids/Singularity.bids-skullduggery--0.0.2 new file mode 100644 index 00000000..23d8075d --- /dev/null +++ b/images/bids/Singularity.bids-skullduggery--0.0.2 @@ -0,0 +1,18 @@ +# +# Automagically prepared for ReproNim/containers distribution. +# See http://github.com/ReproNim/containers for more info +# +Bootstrap: docker +From: ghcr.io/unfmontreal/skullduggery:main + +%post + +# Create commonly present root directories to avoid need in overlays not supported +# on older systems +mkdir -p /ihome /data /data2 /zfs /isi /dartfs /dartfs-hpc + +%environment +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" + +# TODO: Take advantage of the fact that it is a bids-app somehow?