We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3082589 commit 5ca9ce1Copy full SHA for 5ca9ce1
Dockerfile_api
@@ -27,7 +27,7 @@ RUN apt-get update && \
27
ca-certificates \
28
curl \
29
pngquant \
30
- tesseract-ocr-deu \
+ tesseract-ocr-* \
31
ocrmypdf \
32
libjpeg-dev \
33
libxml2 \
Dockerfile_cuda
@@ -57,7 +57,7 @@ RUN apt-get update && \
57
build-essential \
58
59
60
61
62
&& apt-get clean \
63
&& rm -rf /var/lib/apt/lists/*
Dockerfile_metal
@@ -46,7 +46,7 @@ RUN apt-get update && \
46
libgomp1 \
47
48
49
50
51
52
0 commit comments