simple
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -28,9 +28,7 @@ RUN apt-get update && \
|
|
| 28 |
#copy requirements
|
| 29 |
COPY requirements.txt .
|
| 30 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 31 |
-
RUN apt-get update && apt install -y
|
| 32 |
-
apt-get update && \
|
| 33 |
-
apt-get install -y \
|
| 34 |
tesseract-ocr \
|
| 35 |
libtesseract-dev
|
| 36 |
RUN pip install pytesseract
|
|
|
|
| 28 |
#copy requirements
|
| 29 |
COPY requirements.txt .
|
| 30 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 31 |
+
RUN apt-get update && apt-get install -y \
|
|
|
|
|
|
|
| 32 |
tesseract-ocr \
|
| 33 |
libtesseract-dev
|
| 34 |
RUN pip install pytesseract
|