Spaces:
Running
Running
Dockerfile
Browse files- Dockerfile +0 -14
Dockerfile
DELETED
@@ -1,14 +0,0 @@
|
|
1 |
-
FROM python:3.9-slim
|
2 |
-
|
3 |
-
RUN apt-get update && apt-get install -y tesseract-ocr libgl1-mesa-glx libglib2.0-0
|
4 |
-
|
5 |
-
COPY requirements.txt .
|
6 |
-
|
7 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
-
|
9 |
-
COPY . .
|
10 |
-
|
11 |
-
ENV GRADIO_SERVER_PORT=7860
|
12 |
-
ENV GRADIO_SERVER_ADDRESS=0.0.0.0
|
13 |
-
|
14 |
-
CMD ["python", "app.py"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|