Skip to content

Commit 25538ce

Browse files
authored
Merge pull request #654 from alephdata/chore/4.0.0-static-tls
Fix tesserocr build
2 parents 456787d + 352adfc commit 25538ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ ENV ARCHIVE_TYPE=file \
155155
ARCHIVE_PATH=/data \
156156
FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \
157157
REDIS_URL=redis://redis:6379/0 \
158-
TESSDATA_PREFIX=/usr/share/tesseract-ocr/4.00/tessdata
158+
TESSDATA_PREFIX=/usr/share/tesseract-ocr/4.00/tessdata \
159+
LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1
159160

160161
# USER app
161162
CMD ingestors process

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ normality==2.5.0
33
pantomime==0.6.1
44
followthemoney==3.5.9
55
followthemoney-store[postgresql]==3.1.0
6-
servicelayer[google,amazon]==1.23.0-rc36
6+
servicelayer[google,amazon]==1.23.0
77
languagecodes==1.1.1
88
countrytagger==0.1.2
99
pyicu==2.12

0 commit comments

Comments
 (0)