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

enable different container technologies (start with apptainer) #10

Open
alexschroeter opened this issue Jan 13, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@alexschroeter
Copy link

alexschroeter commented Jan 13, 2024

If we want to enable containerization on HPC hardware we need to add support for their container technologies. I would start with Apptainer (Singularity) which to my knowledge is the most widely used one but we should keep our options open and make this adaptable to different technologies.

I believe the actual porting of the containers won't be such a big issue since most of them support conversion out of the box (I think it is only fair to support those in the beginning). I tried pulling the stdlib container from dockerhub and was sent to the python environment so everything seems to work as expected on that side.

For Port, I don't fully grasp which functionality (we don't have any special network things which might not work the same in unpriviledged container runtimes like apptainer, the GPU support comes from docker but has equivalents in apptainer) is dependent on docker. It might be a good idea to have ContainerRuntime (which is not the WhaleRuntime, or is it?), which changes depending on the technology used.

@alexschroeter alexschroeter added the enhancement New feature or request label Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant