nvidia-container-toolkit/internal/config
Evan Lezar e188090a92
Fix NVIDIA_IMEX_CHANNELS handling on legacy images
For legacy images (images with a CUDA_VERSION set but no CUDA_REQUIRES set), the
default behaviour for device envvars is to treat non-existence as all.

This change ensures that the NVIDIA_IMEX_CHANNELS envvar is not treated in the same
way, instead returning no devices if the envvar is not set.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-11-14 13:26:30 -07:00
..
image Fix NVIDIA_IMEX_CHANNELS handling on legacy images 2024-11-14 13:26:30 -07:00
cli_test.go
cli.go
config_test.go Add crun as a default low-level runtime. 2024-01-17 11:31:07 +01:00
config.go Move nvidia-ctk hook command into own binary 2024-05-21 12:19:44 +02:00
features.go Add disable-imex-channel-creation feature flag 2024-10-17 14:26:24 +02:00
hook.go
runtime.go
toml_test.go Add crun as a default low-level runtime. 2024-01-17 11:31:07 +01:00
toml.go fetch current container runtime config through the command line 2024-10-10 01:13:20 -07:00
toolkit-cli.go