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

Singularity support? #114

Open
bcdarwin opened this issue Sep 20, 2018 · 2 comments
Open

Singularity support? #114

bcdarwin opened this issue Sep 20, 2018 · 2 comments

Comments

@bcdarwin
Copy link

This would be extremely useful in science/HPC contexts where Singularity is much more likely to be available than Docker.

I'd be willing to do some work on this if there is some interest and it isn't already in this works.

@mpickering
Copy link
Contributor

If it works anything like docker then it's probably easy to add. The docker support is not complicated so should provide inspiration, you essentially will have to define a config data type which will be transformed into an ExternalProcess. An ExternalProcess is just a call to a process with some arguments.

@dorranh
Copy link
Contributor

dorranh commented Jul 22, 2021

This is still possible to implement in version 2 and would involve writing a new task type + interpreter (similar to how DockerTask is implemented).

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

No branches or pull requests

4 participants