solitudeLin commited on
Commit
9ac16cf
·
verified ·
1 Parent(s): a11935b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,4 +29,4 @@ CMD ["conda", "run", "-n", "fastapi", "uvicorn", "mindsearch.app:app", "--host",
29
  # 暴露 Streamlit 默认端口
30
  EXPOSE 8501
31
  # Run streamlit app when the container launches
32
- CMD ["streamlit", "run", "frontend/mindsearch_streamlit.py"]
 
29
  # 暴露 Streamlit 默认端口
30
  EXPOSE 8501
31
  # Run streamlit app when the container launches
32
+ CMD ["conda", "run", "-n", "fastapi","streamlit", "run", "frontend/mindsearch_streamlit.py"]