Fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user