| # 1. Build the Docker image | |
| docker build -t diamond-ai-ecosystem . | |
| # 2. Run the container with GPU access | |
| docker run --gpus all -it --rm \ | |
| -p 8000:8000 -p 8080:8080 \ | |
| -v $(pwd)/config:/workspace/diamond/config \ | |
| -v $(pwd)/logs:/workspace/diamond/logs \ | |
| diamond-ai-ecosystem |