From 0bf1094a2d866cb89691b4d276d5a69b9669d8de Mon Sep 17 00:00:00 2001 From: nlovlyn Date: Mon, 23 Mar 2026 17:31:42 -0700 Subject: [PATCH] Testing docker errors --- install/install_nomad.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/install_nomad.sh b/install/install_nomad.sh index b913d35..a1634f2 100644 --- a/install/install_nomad.sh +++ b/install/install_nomad.sh @@ -574,7 +574,11 @@ verify_gpu_setup() { else echo -e "${YELLOW}○${RESET} NVIDIA Container Toolkit not installed\\n" fi - + + + echo "=== docker info from script ===" + docker info || echo "docker info FAILED: $?" + echo "=== end docker info ===" # Check if Docker has NVIDIA runtime if docker info 2>/dev/null | grep -q \"nvidia\"; then echo -e "${GREEN}✓${RESET} Docker NVIDIA runtime configured\\n"