[no-relnote] Use NVIDIA_CTK_CONFIG_FILE_PATH in toolkit install

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2024-10-30 13:57:59 +01:00
parent f672d38aa5
commit 849691d290
9 changed files with 32 additions and 53 deletions

View File

@@ -11,10 +11,6 @@ import (
"github.com/NVIDIA/nvidia-container-toolkit/internal/config/image"
)
const (
driverPath = "/run/nvidia/driver"
)
// hookConfig wraps the toolkit config.
// This allows for functions to be defined on the local type.
type hookConfig struct {