nvidia-container-toolkit/cmd/nvidia-ctk-installer/container/toolkit
Evan Lezar bdfaea4e9e
Some checks failed
CI Pipeline / code-scanning (push) Has been cancelled
CI Pipeline / variables (push) Has been cancelled
CI Pipeline / golang (push) Has been cancelled
CI Pipeline / image (push) Has been cancelled
CI Pipeline / e2e-test (push) Has been cancelled
Add create-soname-symlinks hook
This change adds a create-soname-symlinks hook that can be used to ensure
that the soname symlinks for injected libraries exist in a container.

This is done by calling ldconfig -n -N for the folders containing the injected
libraries.

This also ensures that libcuda.so is present in the ldcache when the update-ldcache
hook is run.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-20 14:54:20 +02:00
..
executable_test.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
executable.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
file-installer.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
options.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
replacements.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
runtime_test.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
runtime.go [no-relnote] Move tools/container to cmd/nvidia-ctk-installer 2025-01-21 14:28:46 +01:00
toolkit_test.go Add create-soname-symlinks hook 2025-03-20 14:54:20 +02:00
toolkit.go Enable CDI in runtime if CDI_ENABLED is set 2025-01-29 15:37:32 +01:00