Spaces:
Sleeping
Sleeping
solitudeLin
commited on
Commit
•
a49a67a
1
Parent(s):
3939b99
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ CMD ["conda", "run", "-n", "fastapi", "uvicorn", "mindsearch.app:app", "--host",
|
|
28 |
# 暴露 Streamlit 默认端口
|
29 |
EXPOSE 8501
|
30 |
# Run streamlit app when the container launches
|
31 |
-
CMD ["conda", "run", "-n", "fastapi","streamlit", "run", "frontend/mindsearch_streamlit.py"]
|
|
|
28 |
# 暴露 Streamlit 默认端口
|
29 |
EXPOSE 8501
|
30 |
# Run streamlit app when the container launches
|
31 |
+
CMD ["conda", "run", "-n", "fastapi","streamlit", "run", "frontend/mindsearch_streamlit.py"]
|