feat: mount voice model cache volumes to avoid re-downloading on restart
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
abf5e29419
commit
82d12a5ff5
|
|
@ -316,6 +316,9 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "13008:3008"
|
- "13008:3008"
|
||||||
|
volumes:
|
||||||
|
- ../../data/voice-models/huggingface:/root/.cache/huggingface
|
||||||
|
- ../../data/voice-models/torch-hub:/root/.cache/torch/hub
|
||||||
environment:
|
environment:
|
||||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
|
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
|
||||||
- ANTHROPIC_BASE_URL=${ANTHROPIC_BASE_URL}
|
- ANTHROPIC_BASE_URL=${ANTHROPIC_BASE_URL}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue