Nvidia runtime (--runtime=nvidia)
Open
- Dominant language
- C#
- Stars
- 2.4k
- Forks
- 416
- PR merge metrics
- No merged PRs in 30d
Description
I want to run docker with this parametr
`runtime=nvidia`
E.g. cli command is:
`docker run --rm --runtime=nvidia nvidia/cuda:9.0-devel nvcc --version`
Now I sucsessfully running my service via dotnet
Its equvalent this command:
`docker run -p 5000:5000 gosha20777/my-service:1.2`
But I want to run also it with nvidia docker (nvidia runtime)
`docker run --runtime=nvidia -p 5000:5000 gosha20777/my-gpu-service:1.2`
How I can do it?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.