Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,4 +52,4 @@ 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 --server.port=7860 --server.address=
|
|
|
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 --server.port=7860 --server.address=https://huggingface.co/spaces/supertskone/prompt-search-engine"]
|