Moved vars to file
This commit is contained in:
parent
2fc2c9a944
commit
519af38758
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue