harshnarayan12 commited on
Commit
9c52188
·
verified ·
1 Parent(s): 0534090

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ COPY . /app
5
  WORKDIR /app
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  EXPOSE 8501
8
- CMD streamlit run app.py --server.port $PORT
9
 
10
  # for hugging face
11
  # FROM python:3.10
 
5
  WORKDIR /app
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  EXPOSE 8501
8
+ CMD streamlit run app.py --server.port 7860
9
 
10
  # for hugging face
11
  # FROM python:3.10