We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d2109 commit 4e4c4e4Copy full SHA for 4e4c4e4
1 file changed
docker/dockerfile
@@ -5,6 +5,8 @@ LABEL maintainer="antoine.charbel@inmind.ai"
5
COPY docker/requirements.txt .
6
COPY src/main /main
7
8
+RUN apt-get update && apt-get install -y tesseract-ocr
9
+
10
RUN pip install -r requirements.txt
11
12
WORKDIR /main
0 commit comments