Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run job in apptainer container #23

Open
sverhoeven opened this issue Jan 17, 2023 · 1 comment
Open

Run job in apptainer container #23

sverhoeven opened this issue Jan 17, 2023 · 1 comment

Comments

@sverhoeven
Copy link
Member

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.

@sverhoeven
Copy link
Member Author

In DIRAC scheduler you can specify apptainer_image path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant