-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
area/gpuGPU related itemsGPU related itemshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.Lowest priority. Possibly useful, but not yet enough support to actually get it done.r/2019q2Issue was last reviewed 2019q2Issue was last reviewed 2019q2
Description
I have installed the nvidia-driver and nvidia-docker2(https://github.com/NVIDIA/nvidia-docker),
I modify the default-runtime in /etc/docker/daemon.json,
[root@localhost ~]# cat /etc/docker/daemon.json
{
"default-runtime": "nvidia",
"runtimes": {
"nvidia": {
"path": "nvidia-container-runtime",
"runtimeArgs": []
}
}
}
I want start minikube as runtime using nvidia, but it occurs an error
[root@localhost ~]# minikube start --container-runtime=nvidia
o minikube v0.35.0 on linux (amd64)
! Failed to generate config: unknown runtime type: "nvidia"
* Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
- https://github.com/kubernetes/minikube/issues/new
Metadata
Metadata
Assignees
Labels
area/gpuGPU related itemsGPU related itemshelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.priority/awaiting-more-evidenceLowest priority. Possibly useful, but not yet enough support to actually get it done.Lowest priority. Possibly useful, but not yet enough support to actually get it done.r/2019q2Issue was last reviewed 2019q2Issue was last reviewed 2019q2