Skip to content

Container Options

  • .Values.containerOptions
containerOptions:
NVIDIA_CAPS:
- all

Defines the NVIDIA_CAPS to be passed as an environment variable to the container.

KeycontainerOptions.NVIDIA_CAPS
Typelist of string
Required
Helm tpl
Default["all"]

Example:

containerOptions:
NVIDIA_CAPS:
- compute
- utility

containerOptions:
NVIDIA_CAPS:
- compute
- utility