Files
tensors/app.yml
T
2026-02-14 08:54:02 +01:00

5 lines
201 B
YAML

runtime: python
build_cmd: uv pip install --system -r requirements.txt && uv pip install --system -e '.[server]'
cmd: tsr serve --host 0.0.0.0 --port 5000 --sd-server http://172.17.0.1:1234
port: 5000