💬 Commit message: Update 2026-02-15 17:50:28, 6 files, 110 lines

📁 Files changed: 6
📝 Lines changed: 110

  • deploy.md
  • Dockerfile
  • Dockerfile.rocm
  • README.md
  • deploy.sh
  • cli.py
This commit is contained in:
Adam Ladachowski
2026-02-15 17:50:28 +01:00
parent 6fe4c11683
commit 0ce7744324
6 changed files with 89 additions and 35 deletions
+2 -2
View File
@@ -44,11 +44,11 @@ done
echo "ComfyUI ready"
# Start tensors API (exposed)
exec tsr serve --host 0.0.0.0 --port 8080
exec tsr serve --host 0.0.0.0 --port 51200
EOF
RUN chmod +x /workspace/start.sh
# Only expose tensors API
EXPOSE 8080
EXPOSE 51200
CMD ["/workspace/start.sh"]