maple.cmd.cli.doctor
Doctor command for MAPLE CLI.
This module provides diagnostic commands for checking system health, verifying dependencies, and troubleshooting common issues. It helps users quickly identify and resolve configuration problems.
Checks performed: - Docker daemon availability and permissions - GPU/CUDA availability and driver version - Disk space for images and data - Port availability for daemon - MAPLE daemon status - Container health - Network connectivity
Classes
|
Result of a single diagnostic check. |
Functions
Check if MAPLE daemon is running and healthy. |
|
Check available disk space. |
|
Check if Docker is installed and accessible. |
|
Check GPU availability and driver version. |
|
Check if NVIDIA Container Toolkit is installed. |
|
|
Check if the daemon port is available. |
Check Python version. |
|
Check MAPLE state database. |
|
|
Run system diagnostics. |
Check health of all running containers. |