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

Removes 'nvidia' runtime parameter when Docker version is >= 19.03 (n… #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bgreer101
Copy link

With the release of Docker 19.03 there is no longer the need to install nvidia-docker2 to access GPU's. When atlas-server start -g is called, it appends the 'nvidia' runtime flag which no longer is required nor exists and causes the scheduler to fail to start. This patch only add's the runtime flag if gpu is requested, and docker is <= 19.03

@mohammedri
Copy link

@mohammedri mohammedri added the bug Something isn't working label Jun 3, 2020
@mohammedri
Copy link

@bgreer101 thanks for the PR! The user acceptance test pipeline is 🔴 now, but a fix is on the way.
Let's hold off on merge until then: https://jenkins.shehanigans.net/job/foundations-uat/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants