ak5005 commited on
Commit
7a5fc03
·
1 Parent(s): cac8ee3

Dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -9
dockerfile DELETED
@@ -1,9 +0,0 @@
1
- FROM python:3.10-slim
2
-
3
- WORKDIR /app
4
- COPY requirements.txt .
5
- RUN pip install --no-cache-dir -r requirements.txt
6
-
7
- COPY . .
8
- EXPOSE 8501
9
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]