nvidia-container-toolkit/pkg/nvcdi
Jared Baur 838493b8b9
Allow for customizing the path to ldconfig
Since the `createContainer` `runc` hook runs with the environment that
the container's config.json specifies, the path to `ldconfig` may not be
easily resolvable if the host environment differs enough from the
container (e.g. on a NixOS host where all binaries are under hashed
paths in /nix/store with an Ubuntu container whose PATH contains
FHS-style paths such as /bin and /usr/bin). This change allows for
specifying exactly where ldconfig comes from.

Signed-off-by: Jared Baur <jaredbaur@fastmail.com>
2024-01-17 21:07:00 -08:00
..
spec
transform
api.go Add GetDeviceSpecsByID() API to the nvcdi Interface 2023-12-06 09:02:19 -08:00
common-nvml.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
device-wsl.go
driver-nvml.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
driver-wsl_test.go
driver-wsl.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
full-gpu-nvml.go
gds.go Add GetDeviceSpecsByID() API to the nvcdi Interface 2023-12-06 09:02:19 -08:00
lib_test.go
lib-csv.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
lib-nvml.go Update to github.com/NVIDIA/go-nvlib@f3264c8a6a7a 2023-12-13 10:08:14 -08:00
lib-wsl.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
lib.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
management.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
mig-device-nvml.go Use devRoot to resolve MIG device nodes 2024-01-09 15:40:17 +01:00
mofed.go Add GetDeviceSpecsByID() API to the nvcdi Interface 2023-12-06 09:02:19 -08:00
namer_nvml_mock.go
namer_test.go
namer.go
options.go Allow for customizing the path to ldconfig 2024-01-17 21:07:00 -08:00
workarounds-device-folder-permissions.go