Lokiiparihar commited on
Commit
6acec2d
·
verified ·
1 Parent(s): 0dcd302

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -10
Dockerfile DELETED
@@ -1,10 +0,0 @@
1
- FROM python:3.9-slim
2
-
3
- WORKDIR /app
4
-
5
- COPY . .
6
-
7
- RUN pip install --upgrade pip \
8
- && pip install --no-cache-dir -r requirements.txt
9
-
10
- CMD ["python", "-m", "streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.headless=true", "--server.enableXsrfProtection=false"]