Help:Apptainer

From CECS wiki
Jump to navigation Jump to search

Apptainer (formerly Singularity) is a container environment designed for use with clusters.

Vendor homepage
https://apptainer.org
https://github.com/apptainer
Software availability
ubuntu, centos
selected clusters (ask if you want it)
Other related software
module
command to type to run
View online documentation
Location of example files
/share/apps/singularity/images


Additional notes[edit]

Example SGE script:

#$ -l gpu
singularity exec /share/apps/singularity/images/ubuntu16.img python test.py

Singularity automatically mounts the current directory and your home directory inside the container.