Mirror for the NVIDIA Helm charts
See github.com/mrsimonemms/nvidia-helm-mirror
This acts as a mirror to the NVIDIA Helm chart. Please see the docs for installation and usage instructions.
Add the NVIDIA mirror Helm repository:
helm repo add nvidia-mirror https://mrsimonemms.github.io/nvidia-helm-mirror \
&& helm repo update
Install the GPU operator
helm install --wait --generate-name \
-n gpu-operator --create-namespace \
nvidia-mirror/gpu-operator