mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-05 16:26:15 +02:00
Update install_nomad.sh
This commit is contained in:
parent
0bf1094a2d
commit
f521ba10fc
|
|
@ -580,7 +580,7 @@ verify_gpu_setup() {
|
||||||
docker info || echo "docker info FAILED: $?"
|
docker info || echo "docker info FAILED: $?"
|
||||||
echo "=== end docker info ==="
|
echo "=== end docker info ==="
|
||||||
# Check if Docker has NVIDIA runtime
|
# 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"
|
echo -e "${GREEN}✓${RESET} Docker NVIDIA runtime configured\\n"
|
||||||
else
|
else
|
||||||
echo -e "${YELLOW}○${RESET} Docker NVIDIA runtime not detected\\n"
|
echo -e "${YELLOW}○${RESET} Docker NVIDIA runtime not detected\\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user