You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to run a job for an application inside a apptainer container. On the compute node an apptainer image is required instead of a installed application.
Slurms sbatch has --container argument to specify an OCI container bundle. Investigate if that could be used. Alternatively run subprocess command like apptainer run <image> <command> <args>.
The apptainer image path could be part of the scheduler configuration.
The text was updated successfully, but these errors were encountered:
It would be nice to run a job for an application inside a apptainer container. On the compute node an apptainer image is required instead of a installed application.
Slurms sbatch has
--container
argument to specify an OCI container bundle. Investigate if that could be used. Alternatively run subprocess command likeapptainer run <image> <command> <args>
.The apptainer image path could be part of the scheduler configuration.
The text was updated successfully, but these errors were encountered: