mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01: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: $?"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user