Add custom Dockerfile for Tengu build

This commit is contained in:
Adam Ladachowski
2026-02-14 08:54:39 +01:00
parent c6da517b08
commit a20ec2885e
3 changed files with 45 additions and 2 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
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
dockerfile: Dockerfile
port: 5000