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

Pulling Singularity containers using Azure Batch C# SDK #91

Open
fertinaz opened this issue Jun 23, 2020 · 1 comment
Open

Pulling Singularity containers using Azure Batch C# SDK #91

fertinaz opened this issue Jun 23, 2020 · 1 comment
Labels
feature request Feature request

Comments

@fertinaz
Copy link

Feature Request Description

I'm building a cli tool that creates HPC pools on Azure. My main goal is to run Singularity containers pulled from ACR and run them inside the multi-node pools to execute complex (MPI, Cuda etc.) simulations.

I can perfectly run Docker containers. However, the same rationale failed when I tried to pull a Singularity container. In another discussion, Azure/acr#411, I learned that Singularity containers are not supported on Batch Services.

As HPC people already know, Singularity solves some of the issues introduced by Docker on multi-node multi-tenant environments. So that would be nice to have feature.

Also, I'd like to know if there Is a potential workaround that you can suggest except using batch-shipyard which I already know.

@alfpark
Copy link
Contributor

alfpark commented Jun 24, 2020

Batch currently does not support Singularity containers natively. At this time, you will need to perform the pull and execution mechanics yourself on top of regular Batch tasks (i.e., not container tasks). As you have mentioned, Batch Shipyard already supports Singularity container execution.

@alfpark alfpark added the feature request Feature request label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

No branches or pull requests

2 participants