This commit is contained in:
Ryan Shpeherd
2026-09-08 18:34:31 -04:00
parent 83f980f7f8
commit 78358e0d7b
4 changed files with 118 additions and 25 deletions
+3
View File
@@ -59,6 +59,9 @@ services:
memory: 24G
networks:
- videodetect-network
depends_on:
mariadb:
condition: service_healthy
healthcheck:
test: ["CMD", "python3", "-c", "import torch; print(torch.cuda.is_available())"]
interval: 30s