mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
If this is not done, the default config which sets the nvidia-ctk.path option as "nvidia-ctk" will result in an invalid OCI spec if a hook is injected. This change ensures that the path used is always an absolute path as required by the hook spec. Signed-off-by: Evan Lezar <elezar@nvidia.com>