Sanjayraju30 commited on
Commit
6e93fb1
·
verified ·
1 Parent(s): d55b56b

Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]