Update docker-compose.yml with HF telemetry disable
This commit is contained in:
@@ -8,9 +8,10 @@ services:
|
||||
ports:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- WHISPERX_MODEL=turbo
|
||||
- WHISPERX_MODEL=large-v2
|
||||
- WHISPERX_DEVICE=cuda
|
||||
- WHISPERX_COMPUTE_TYPE=float16
|
||||
- HF_HUB_DISABLE_TELEMETRY=1
|
||||
volumes:
|
||||
# Mount Hugging Face cache if needed
|
||||
- hf_cache:/app/.cache/huggingface
|
||||
|
||||
Reference in New Issue
Block a user