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:
@@ -30,6 +30,7 @@ services:
|
||||
- ACCOUNT_ALLOW_SIGN_UP=False
|
||||
volumes:
|
||||
- /srv/obico/config:/config
|
||||
- /srv/obico/config/model_cache:/model_cache
|
||||
ports:
|
||||
- "3334:3334"
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user