You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Currently, if a docker task has the appropriate labels, we try to run the docker task with the runtime='nvidia' parameter. As of Docker 19.03, there is docker built-in support for the --gpus flag (more generally, for a device request). As soon as docker-py supports this (see issue docker/docker-py#2395 and PRs docker/docker-py#2419, docker/docker-py#2471), we should switch to using the appropriate method. Until then, there are extra steps to use nvidia dockers.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, if a docker task has the appropriate labels, we try to run the docker task with the
runtime='nvidia'
parameter. As of Docker 19.03, there is docker built-in support for the--gpus
flag (more generally, for a device request). As soon as docker-py supports this (see issue docker/docker-py#2395 and PRs docker/docker-py#2419, docker/docker-py#2471), we should switch to using the appropriate method. Until then, there are extra steps to use nvidia dockers.The text was updated successfully, but these errors were encountered: