ABCABCABC999 commited on
Commit
a1ad98a
·
verified ·
1 Parent(s): d3b8309

Deploy Streamlit frontend with model and CSV

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ COPY . .
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
- CMD ["streamlit", "run", "app.py", "--server.port=7861", "--server.address=0.0.0.0"]
 
7
 
8
  RUN pip install --no-cache-dir -r requirements.txt
9
 
10
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]