Image Overview: gpu-operator

Overview: gpu-operator Chainguard Image

This image provides older versions of gpu-operator:

  • latest

The (“latest”) image and usage documentation can be found in our public repo here: https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/install-gpu-operator.html

Get It!

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/gpu-operator:$VERSION

Usage

helm repo add nvidia https://helm.ngc.nvidia.com/nvidia
helm upgrade --install gpu-operator \
    nvidia/gpu-operator \
    --set operator.repository=cgr.dev/chainguard-private \
    --set operator.image=gpu-operator \
    --set operator.image.tag=$VERSION

WARNING: You’ll want to make sure the gpu-operator chart is up-to-date and use the latest operator tag that’s within the compatibility matrix.

WARNING: You need GPU nodes to run the operator as it will schedule Deployments and DaemonSets on nodes with GPUs.

Last updated: 2024-02-29 16:25