-
Notifications
You must be signed in to change notification settings - Fork 188
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
Launching singularity jobs on gpu-enabled mesos agents #1346
Comments
Right now Singularity does not have support for gpu resources, we would need to make changes to add that |
Hello, I had a quick go at this and came up with the following. My tests don't pass yet but is this the right kind of approach? Also I think GPU support is added on mesos 1.0, is that a blocker for Singularity? |
Thanks, I'll send a pull request when done |
Hey guys. Any updates on GPU support in singularity? |
As far as i read, mesos currently requires frameworks to be flagged as supporting gpu resources to be able to receive offers from agents that are gpu aware. Is there currently some option to flag singularity as such ?
The text was updated successfully, but these errors were encountered: