Spaces:
Sleeping
Sleeping
NicholasGuerrero
commited on
Commit
·
3d79eaf
1
Parent(s):
b46f56c
tweak 5
Browse files- 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"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|