package
1.4.0-beta.2
Repository: https://github.com/crisesw/containerd.git
Documentation: pkg.go.dev

# Functions

AllCaps returns the complete list of supported Nvidia capabilities.
WithAllCapabilities adds all capabilities to the container for the gpus.
WithAllDevices adds all gpus to the container.
WithCapabilities adds the specified capabilities to the container for the gpus.
WithDevices adds the provided device indexes to the container.
WithDeviceUUIDs adds the specific device UUID to the container.
WithGPUs adds NVIDIA gpu support to a container.
WithLookupOCIHookPath sets the hook path for the binary via a binary name.
WithOCIHookPath sets the hook path for the binary.
WithRequiredCUDAVersion sets the required cuda version.

# Constants

Compat32 capability.
Compute capability.
Display capability.
Graphics capability.
NvidiaCLI is the path to the Nvidia helper binary.
Utility capability.
Video capability.

# Type aliases

Capability specifies capabilities for the gpu inside the container Detailed explanation of options can be found: https://github.com/nvidia/nvidia-container-runtime#supported-driver-capabilities.
Opts are options for configuring gpu support.