#!/bin/bash #PBS -N singularity_job #PBS -q normal #PBS -l select=1:ncpus=24 #PBS -l walltime=12:00:00 #PBS -o singularity_output.log #PBS -e singularity_error.log #PBS -M your.email@domain.com #PBS -m abe # Load necessary modules module load chpc/singularity # Change to your working directory cd $PBS_O_WORKDIR # Run your command inside the container singularity exec --bind /mnt/lustre/projects/:/data my_image.sif