-
Run:
sudo singularity --debug build test.simg Singularity |& tee sing-build.output
to build the image -
Go into the image:
singularity shell test.simg
-
View the results:
cat /usr/local/data/results.txt
Notes: Any output/issues with the build can be view at: cat sing-build.output