rahul-02 commited on
Commit
57be98b
·
verified ·
1 Parent(s): 9f8c4dc

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -14
Dockerfile DELETED
@@ -1,14 +0,0 @@
1
- ## DOCKER FILE SETUP :-
2
-
3
- FROM python 3.9-slim
4
-
5
- WORKDIR /app
6
-
7
- COPY requirements.txt
8
- RUN pip install --no-cache-dir - r requirements.txt
9
-
10
- COPY --chown=1000
11
-
12
- EXPOSE 7860
13
-
14
- CMD ["python", "app.py"]