Spaces:
Sleeping
Sleeping
supertskone
commited on
Commit
•
0097274
1
Parent(s):
0e4bbf8
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -48,4 +48,4 @@ EXPOSE 5000
|
|
48 |
|
49 |
# Run data loading, backend, and frontend
|
50 |
# CMD ["sh", "-c", "python load_data.py & python run.py & streamlit run ui/app.py --server.port=8501 --server.address=0.0.0.0"]
|
51 |
-
CMD ["sh", "-c", "streamlit run ui/app.py --server.port=8501 --server.address=0.0.0.0"]
|
|
|
48 |
|
49 |
# Run data loading, backend, and frontend
|
50 |
# CMD ["sh", "-c", "python load_data.py & python run.py & streamlit run ui/app.py --server.port=8501 --server.address=0.0.0.0"]
|
51 |
+
CMD ["sh", "-c", "python run.py & streamlit run ui/app.py --server.port=8501 --server.address=0.0.0.0"]
|