Update docker-compose.yml with HF telemetry disable

This commit is contained in:
2026-05-13 02:16:09 +03:00
parent 221ecbe69d
commit eff754d03e

View File

@@ -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