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:
mo
2026-06-25 00:28:23 +00:00
parent fb9cc21c9a
commit a11621b21f
110 changed files with 14622 additions and 529 deletions
+20
View File
@@ -0,0 +1,20 @@
"""Dockhand environment IDs on atc-docker01 (10.0.21.45:8082)."""
DOCKHAND_URL = "http://10.0.21.45:8082"
DOCKHAND_ENVS: dict[str, int] = {
"docker01": 1,
"docker02": 2,
"management": 3,
"db02": 5,
"bart_gpu": 6,
"mo_gpu": 7,
"gpu_dev": 8,
"lakehouse": 9,
"airflow": 10,
"dns1": 11,
"dns2": 12,
"command_center": 13,
}
DOCKHAND_ENV_COMMAND_CENTER = 13