RDA9527 commited on
Commit
b0a4cd5
·
verified ·
1 Parent(s): 570a737

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -10,7 +10,8 @@ COPY . .
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  # Expose the Streamlit port
13
- EXPOSE 8501
14
 
15
  # Run the Streamlit app
16
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
 
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  # Expose the Streamlit port
13
+ # EXPOSE 7860
14
 
15
  # Run the Streamlit app
16
+ # CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
17
+ CMD ["streamlit", "run", "app.py"]