Installing the Singularity Container
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to deploy the Singularity container and configure environment variables:
yum install -y singularity-ohpc.aarch64
module add singularity/3.2.1
- Run the following command to download the image:
singularity pull library://sylabsed/examples/lolcow
Parent topic: Installing the Container