Update install_nomad.sh

This commit is contained in:
nlovlyn 2026-03-23 17:37:13 -07:00 committed by GitHub
parent 0bf1094a2d
commit f521ba10fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -580,7 +580,7 @@ verify_gpu_setup() {
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
if docker info 2>/dev/null | grep -q "nvidia"; then
echo -e "${GREEN}${RESET} Docker NVIDIA runtime configured\\n"
else
echo -e "${YELLOW}${RESET} Docker NVIDIA runtime not detected\\n"