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