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

GPU Support for Containerized Processors (OpenTPOD Processors) #23

Open
junjuew opened this issue May 13, 2020 · 0 comments
Open

GPU Support for Containerized Processors (OpenTPOD Processors) #23

junjuew opened this issue May 13, 2020 · 0 comments
Assignees

Comments

@junjuew
Copy link
Contributor

junjuew commented May 13, 2020

The latest nvidia-docker requires "--gpus" flag to expose GPU to containers. (See here).

However, docker python API doesn't support "--gpus" flag yet. See this issue. The workaround mentioned in the issue seems too hacky to add for now. I suspect the official support for "--gpus" would come soon.

When "--gpus" is supported by docker python API, we want to add that parameter to this function call in order to enable inference on GPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants