Add Command Center v2: DQ/RAG integration, S3 browser, Jupyter, GPU matrix.
Mirror mo/atc-GPU layout with config/, docs/, scripts/ for Gitea deploy.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Deploy Command Center stack on VM304
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
[ -f .env ] || { echo "Create .env from config/command-center/.env.example"; exit 1; }
|
||||
docker compose --env-file .env up -d --build
|
||||
echo "OK — http://10.0.21.33/"
|
||||
Reference in New Issue
Block a user