# Functions

IsPrivileged returns true if the container is a privileged container.
New creates a new CUDA image from the input options.
NewCUDAImageFromEnv creates a CUDA image from the input environment.
NewCUDAImageFromSpec creates a CUDA image from the input OCI runtime spec.
NewDriverCapabilities creates a set of driver capabilities from the specified capabilities.
NewVisibleDevices creates a VisibleDevices based on the value of the specified envvar.
WithDisableRequire sets the disable require option.
WithEnv sets the environment variables to use when creating the CUDA image.
WithEnvMap sets the environment variable map to use when creating the CUDA image.
WithMounts sets the mounts associated with the CUDA image.

# Constants

No description provided by the author
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
Constants for the supported driver capabilities.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DefaultDriverCapabilities sets the value for driver capabilities if no value is set.
SupportedDriverCapabilities defines the set of all supported driver capabilities.

# Structs

CUDA represents a CUDA image that can be used for GPU computing.

# Interfaces

VisibleDevices represents the devices selected in a container image through the NVIDIA_VISIBLE_DEVICES or other environment variables.

# Type aliases

DriverCapabilities represents the NVIDIA_DRIVER_CAPABILITIES set for the specified image.
DriverCapability represents the possible values of NVIDIA_DRIVER_CAPABILITIES.
Option is a functional option for creating a CUDA image.