mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-04 07:46:16 +02:00
Testing docker errors
This commit is contained in:
parent
e4adeaa488
commit
0bf1094a2d
|
|
@ -575,6 +575,10 @@ verify_gpu_setup() {
|
||||||
echo -e "${YELLOW}○${RESET} NVIDIA Container Toolkit not installed\\n"
|
echo -e "${YELLOW}○${RESET} NVIDIA Container Toolkit not installed\\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
echo "=== docker info from script ==="
|
||||||
|
docker info || echo "docker info FAILED: $?"
|
||||||
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user