Merge pull request #6169 from ttonline6/fix_nvidia

fix nvidia GPU docs
pull/6188/head
Medya Ghazizadeh 2019-12-30 18:40:06 -08:00 committed by GitHub
commit 630357d80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ to expose GPUs with `--vm-driver=kvm2`. Please don't mix these instructions.
- Install NVIDIA's device plugin:
```shell
kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/v1.10/nvidia-device-plugin.yml
kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/master/nvidia-device-plugin.yml
```
## Why does minikube not support NVIDIA GPUs on macOS?