Spaces:
Runtime error
Runtime error
Susanna Anil commited on
Commit ·
ae42467
1
Parent(s): 7688b91
add cli gradio
Browse files- Dockerfile +0 -8
Dockerfile
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
FROM python:3.8.13-slim-buster
|
| 2 |
-
RUN mkdir -p /app
|
| 3 |
-
COPY . main.py /app/
|
| 4 |
-
WORKDIR /app
|
| 5 |
-
RUN pip install -r requirements.txt
|
| 6 |
-
EXPOSE 8080
|
| 7 |
-
CMD [ "main.py" ]
|
| 8 |
-
ENTRYPOINT [ "python" ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|