Mount model_cache volume for Obico ML model weights

Model weights (~193MB each, darknet + onnx) are stored at
/srv/obico/config/model_cache/ and mounted at /model_cache in the
container since they are not baked into the imagegenius image.
This commit is contained in:
2026-02-26 16:46:28 +00:00
parent 196613f684
commit a6f2d4c4b2
+1
View File
@@ -30,6 +30,7 @@ services:
- ACCOUNT_ALLOW_SIGN_UP=False - ACCOUNT_ALLOW_SIGN_UP=False
volumes: volumes:
- /srv/obico/config:/config - /srv/obico/config:/config
- /srv/obico/config/model_cache:/model_cache
ports: ports:
- "3334:3334" - "3334:3334"
deploy: deploy: