Skip to content

Commit

Permalink
Merge pull request #17726 from spowelljr/fixVersionSite
Browse files Browse the repository at this point in the history
site: Update NVIDIA docs with driver install instructions
  • Loading branch information
medyagh authored Dec 4, 2023
2 parents 38d9cd6 + bc2980b commit fcef923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/content/en/docs/tutorials/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ date: 2018-01-02

- Linux
- Latest NVIDIA GPU drivers
- minikube v1.32.0-beta0 or later (docker driver only)
- minikube v1.32.0-beta.0 or later (docker driver only)

## Instructions per driver

{{% tabs %}}
{{% tab docker %}}
## Using the docker driver

- Ensure you have an NVIDIA driver installed, you can check if one is installed by running `nvidia-smi`, if one is not installed follow the [NVIDIA Driver Installation Guide](https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html)

- Check if `bpf_jit_harden` is set to `0`
```shell
sudo sysctl net.core.bpf_jit_harden
Expand Down

0 comments on commit fcef923

Please sign in to comment.