supertskone commited on
Commit
00547e8
·
verified ·
1 Parent(s): f4ce5a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=0.0.0.0"]
 
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"]