💬 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:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user