Prerequisites Linux Latest NVIDIA GPU drivers minikube v1.32.0-beta.0 or later (docker driver only) Instructions per driver 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 Check if bpf_jit_harden is set to 0 sudo sysctl net.core.bpf_jit_harden If it’s not 0 run: echo "net.core.bpf_jit_harden=0" | sudo tee -a /etc/sysctl.conf sudo sysctl -p Install ...