barge-in changes
This commit is contained in:
+4
-1
@@ -6,8 +6,11 @@ services:
|
||||
volumes:
|
||||
# Cache models on the host so they survive container rebuilds
|
||||
- huggingface-cache:/cache/huggingface
|
||||
# Mount config so you can edit backend settings without rebuilding the image
|
||||
# Mount source so you can edit code/config without rebuilding the image
|
||||
- ./config.yml:/app/config.yml:ro
|
||||
- ./server:/app/server:ro
|
||||
- ./static:/app/static:ro
|
||||
- ./run.py:/app/run.py:ro
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
||||
Reference in New Issue
Block a user