Mount config.yaml into container for live editing
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# Persist HuggingFace model/voice cache so downloads survive container restarts
|
# Persist HuggingFace model/voice cache so downloads survive container restarts
|
||||||
- hf_cache:/root/.cache/huggingface
|
- hf_cache:/root/.cache/huggingface
|
||||||
|
# Mount config so voices/settings can be changed without rebuilding
|
||||||
|
- ./config.yaml:/app/config.yaml:ro
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- HIP_VISIBLE_DEVICES=0
|
- HIP_VISIBLE_DEVICES=0
|
||||||
|
|||||||
Reference in New Issue
Block a user