Skip to content

mrsimonemms/nvidia-helm-mirror

Repository files navigation

nvidia-helm-mirror

Mirror for the NVIDIA Helm charts

Getting started

This acts as a mirror to the NVIDIA Helm chart. Please see the docs for installation and usage instructions.

  1. Add the NVIDIA mirror Helm repository:

    helm repo add nvidia-mirror https://mrsimonemms.github.io/nvidia-helm-mirror \
        && helm repo update
  2. Install the GPU operator

    helm install --wait --generate-name \
      -n gpu-operator --create-namespace \
      nvidia-mirror/gpu-operator

Contributing

Open in a container