XRachel commited on
Commit
d5ed57f
·
verified ·
1 Parent(s): d398641

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -12
Dockerfile DELETED
@@ -1,12 +0,0 @@
1
-
2
- FROM python:3.10-slim
3
-
4
- WORKDIR /app
5
-
6
- COPY . /app
7
-
8
- RUN pip install --no-cache-dir gradio
9
-
10
- EXPOSE 7860
11
-
12
- CMD ["python", "app.py"]