Spaces:
Sleeping
Sleeping
supertskone
commited on
Commit
•
7f9c569
1
Parent(s):
00547e8
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -52,4 +52,5 @@ EXPOSE 7860
|
|
52 |
|
53 |
# Run data loading, backend, and frontend
|
54 |
# CMD ["sh", "-c", "python load_data.py & python run.py & streamlit run ui/app.py --server.port=8501 --server.address=0.0.0.0"]
|
55 |
-
CMD ["sh", "-c", "python run.py & streamlit run ui/app.py --
|
|
|
|
52 |
|
53 |
# Run data loading, backend, and frontend
|
54 |
# CMD ["sh", "-c", "python load_data.py & python run.py & streamlit run ui/app.py --server.port=8501 --server.address=0.0.0.0"]
|
55 |
+
# CMD ["sh", "-c", "python run.py & streamlit run ui/app.py --host", "0.0.0.0", "--port", "7860"]
|
56 |
+
CMD ["python run.py & streamlit run ui/app.py --host", "0.0.0.0", "--port", "7860"]
|