Yusif commited on
Commit
db8989d
·
verified ·
1 Parent(s): 0ab9bcf

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -7
Dockerfile DELETED
@@ -1,7 +0,0 @@
1
- FROM python:3.12
2
-
3
- ADD app.py .
4
-
5
- RUN pip install gradio
6
-
7
- CMD ["python", "./main.py"]