NicholasGuerrero commited on
Commit
3d79eaf
·
1 Parent(s): b46f56c
Files changed (1) hide show
  1. Dockerfile +0 -10
Dockerfile DELETED
@@ -1,10 +0,0 @@
1
- FROM python:3.11
2
-
3
- WORKDIR /usr/src/app
4
- COPY . .
5
- RUN pip install -r requirements.txt
6
-
7
- EXPOSE 7860
8
- ENV GRADIO_SERVER_NAME="0.0.0.0"
9
-
10
- CMD ["python", "app.py"]