-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
NVIDIA support with docker driver #10229
Comments
It should be possible, as long as the outer privileged container is launched with nvidia-docker: NVIDIA/nvidia-docker#375 But it is not something that would work out-of-the-box. If it was a simple option (like Running on Linux, that is. Not for the Docker VM... |
Yes, I was considering running on Linux and I am using nvidia-docker. I'm not overly familiar with minikube and how to adjust the launch of the "outer privileged container". My use case is a helm chart which I run on GKE w/GPUs, which I want to iterate locally on. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
nvidia + docker is easy now. install-guide
It is so good if I can use gpu in minikube |
We don't currently have the bandwidth to implement a feature like this, but I would be happy to review a PR that does this. |
I've added the beginnings of support at #15927. It works E2E but has the caveat that you need a custom kicbase image with an exactly matching NVML version. Reviews welcome :) |
Thanks @d4l3k ! I think a lot of people will appreciate this. What is left for support? |
@anthonyalayo need a maintainer to chime in on approach and then update the PR to better handle the Nvidia dependencies |
Could a maintainer comment here? |
The doc page on using NVIDIA GPUs covers the none and kvm2 drivers. The none driver is considered advanced, while the kvm2 requires a spare GPU.
Is support for the docker driver feasible/planned?
The text was updated successfully, but these errors were encountered: