Moved vars to file

This commit is contained in:
Viswamedha Nalabotu 2026-03-22 09:28:53 +00:00
parent 2fc2c9a944
commit 519af38758

View file

@ -12,14 +12,7 @@ services:
count: all count: all
capabilities: [gpu] capabilities: [gpu]
restart: unless-stopped restart: unless-stopped
environment: env_file: ../../prod.env
- INFERENCE_HTTP_HOST=0.0.0.0
- INFERENCE_HTTP_PORT=8001
- NVIDIA_VISIBLE_DEVICES=all
- WATCHFILES_FORCE_POLLING=true
- PYTHONPATH=/app
- HF_HOME=/root/.cache/huggingface
- HF_HUB_OFFLINE=1
volumes: volumes:
- ../../:/app - ../../:/app
- ../../models:/app/models - ../../models:/app/models