harshnarayan12
commited on
Update Dockerfile
Browse files- 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
|
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
|