gonghaibogc commited on
Commit
e07e8d3
verified
1 Parent(s): 5527b0e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -46,5 +46,6 @@ RUN which streamlit
46
 
47
  # 杩愯鍛戒护
48
  ENV PATH="/opt/conda/envs/lagent/bin:$PATH"
49
- CMD ["streamlit", "run", "app.py"]
 
50
  # CMD ["/bin/bash", "-c", "conda activate lagent && streamlit run app.py"]
 
46
 
47
  # 杩愯鍛戒护
48
  ENV PATH="/opt/conda/envs/lagent/bin:$PATH"
49
+ CMD ["streamlit", "run", "app.py", "--server.address", "0.0.0.0", "--server.port", "8501"]
50
+ # CMD ["streamlit", "run", "app.py"]
51
  # CMD ["/bin/bash", "-c", "conda activate lagent && streamlit run app.py"]