Nior18867 commited on
Commit
487d6b4
·
verified ·
1 Parent(s): 19df087

Remove Dockerfile - using Gradio SDK now

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -14
Dockerfile DELETED
@@ -1,14 +0,0 @@
1
- FROM python:3.10-slim
2
-
3
- WORKDIR /app
4
-
5
- RUN pip install --no-cache-dir gradio==4.44.1 "huggingface_hub<0.25" requests>=2.28.0
6
-
7
- COPY app.py .
8
-
9
-
10
- EXPOSE 7860
11
- ENV GRADIO_SERVER_NAME="0.0.0.0"
12
- ENV GRADIO_SERVER_PORT="7860"
13
-
14
- CMD ["python", "app.py"]