Spaces:
Sleeping
Sleeping
supertskone
commited on
Commit
•
171bd4d
1
Parent(s):
7f9c569
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -51,6 +51,5 @@ RUN chmod -R 777 /app/cache
|
|
51 |
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=
|
55 |
-
|
56 |
-
CMD ["python run.py & streamlit run ui/app.py --host", "0.0.0.0", "--port", "7860"]
|
|
|
51 |
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=7860 --server.address=0.0.0.0"]
|
55 |
+
CMD ["sh", "-c", "python load_data.py & python run.py & streamlit run ui/app.py --server.port=7860"]
|
|