...
2. Run the following commands on your terminal
module load anaconda/2020.11-py3.8
module load singularity/3.7.1
module load pytorch/1.8.1
following step is needed to run only once (it will copy the relevant .sif file to your /home directory)
cp /\$CONTAINERDIR/pytorch-1.8.1.sif /home/$USER
...