# !/bin/bash if [ -z "IMAGE_PATH_LOCAL" ]; then echo -e "\e[31mAn error occured, exiting...\e[0m" exit 1 fi
apptainer shell --bind /scratch --bind /apps $IMAGE_PATH_LOCAL $@