sanjithp-dev commited on
Commit
c250fa5
·
verified ·
1 Parent(s): 533449a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -106,4 +106,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=30s --retries=3 \
106
  # --workers 1 : single worker is safer for stateful RL environments;
107
  # increase to 2+ only after verifying episode state is not
108
  # shared across worker processes.
109
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "1"]
 
106
  # --workers 1 : single worker is safer for stateful RL environments;
107
  # increase to 2+ only after verifying episode state is not
108
  # shared across worker processes.
109
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]