From 3a9de13f4eb4d91b2a69c29756f3ccede5c24d7b Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Thu, 21 Jul 2022 08:03:39 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- cmd/nvidia-container-runtime-hook/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/nvidia-container-runtime-hook/main.go b/cmd/nvidia-container-runtime-hook/main.go index 4f3db8b1..b90fb662 100644 --- a/cmd/nvidia-container-runtime-hook/main.go +++ b/cmd/nvidia-container-runtime-hook/main.go @@ -75,7 +75,7 @@ func doPrestart() { cli := hook.NvidiaContainerCLI if info.ResolveAutoMode(&logInterceptor{}, hook.NVIDIAContainerRuntime.Mode) != "legacy" { - log.Panicln("invoking the NVIDIA Container Runtime Hook directly (e.g. specifying the docker --gpus flag) is not supported. Please use the NVIDIA Container Runtime (e.g. specify the --runtime=nvidia flag) instead .") + log.Panicln("invoking the NVIDIA Container Runtime Hook directly (e.g. specifying the docker --gpus flag) is not supported. Please use the NVIDIA Container Runtime (e.g. specify the --runtime=nvidia flag) instead.") } container := getContainerConfig(hook)