18 lines
498 B
YAML
18 lines
498 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
tabby:
|
|
build:
|
|
context: ..
|
|
args:
|
|
PYPI_INDEX_URL: https://mirrors.aliyun.com/pypi/simple
|
|
PYTHON_BUILD_MIRROR_URL: https://repo.huaweicloud.com/python
|
|
environment:
|
|
UVICORN_RELOAD: true
|
|
VECTOR_WATCH_CONFIG: true
|
|
STREAMLIT_RUN_ON_SAVE: true
|
|
volumes:
|
|
- ../tabby:/home/app/tabby
|
|
- ../deployment/scripts/tabby.sh:/home/app/.bin/tabby.sh:ro
|
|
- ../deployment/scripts/triton.sh:/home/app/.bin/triton.sh:ro
|