Skip to content

Commit

Permalink
GPU documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Aug 27, 2019
1 parent 56ff335 commit 540d694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/en/docs/Tutorials/nvidia_gpu.md
Expand Up @@ -15,10 +15,10 @@ description: >

## Using the KVM2 driver

When using NVIDIA GPUs with the kvm2 vm-driver. We passthrough spare GPUs on the
When using NVIDIA GPUs with the kvm2 vm-driver, we passthrough spare GPUs on the
host to the minikube VM. Doing so has a few prerequisites:

- You must install the [kvm2 driver](drivers.md#kvm2-driver). If you already had
- You must install the [kvm2 driver](/docs/start/linux/#hypervisor-setup). If you already had
this installed make sure that you fetch the latest
`docker-machine-driver-kvm2` binary that has GPU support.

Expand All @@ -44,7 +44,7 @@ host to the minikube VM. Doing so has a few prerequisites:
- Once you reboot the system after doing the above, you should be ready to use
GPUs with kvm2. Run the following command to start minikube:
```shell
minikube start --vm-driver kvm2 --gpu
minikube start --vm-driver kvm2 --kvm-gpu
```

This command will check if all the above conditions are satisfied and
Expand Down

0 comments on commit 540d694

Please sign in to comment.