File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN echo "deb http://http.us.debian.org/debian stable non-free" >/etc/apt/source
10
10
&& apt-get -qq -y update \
11
11
&& apt-get -qq -y install build-essential locales \
12
12
# python deps (mostly to install their dependencies)
13
- python3-dev python3-setuptools \
13
+ python3-dev \
14
14
# tesseract
15
15
tesseract-ocr libtesseract-dev libleptonica-dev \
16
16
# libraries
@@ -121,7 +121,7 @@ RUN mkdir /models/ && \
121
121
curl --keepalive-time 2 -o "/models/model_type_prediction.ftz" "https://public.data.occrp.org/develop/models/types/type-08012020-7a69d1b.ftz"
122
122
123
123
COPY requirements.txt /tmp/
124
- RUN pip install --upgrade pip
124
+ RUN pip install --upgrade pip setuptools
125
125
RUN pip3 install --no-cache-dir --no-binary "tesserocr" --no-binary "Pillow" -r /tmp/requirements.txt
126
126
127
127
# Install spaCy models
You can’t perform that action at this time.
0 commit comments