We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 456787d + 352adfc commit 25538ceCopy full SHA for 25538ce
Dockerfile
@@ -155,7 +155,8 @@ ENV ARCHIVE_TYPE=file \
155
ARCHIVE_PATH=/data \
156
FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \
157
REDIS_URL=redis://redis:6379/0 \
158
- TESSDATA_PREFIX=/usr/share/tesseract-ocr/4.00/tessdata
+ TESSDATA_PREFIX=/usr/share/tesseract-ocr/4.00/tessdata \
159
+ LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1
160
161
# USER app
162
CMD ingestors process
requirements.txt
@@ -3,7 +3,7 @@ normality==2.5.0
3
pantomime==0.6.1
4
followthemoney==3.5.9
5
followthemoney-store[postgresql]==3.1.0
6
-servicelayer[google,amazon]==1.23.0-rc36
+servicelayer[google,amazon]==1.23.0
7
languagecodes==1.1.1
8
countrytagger==0.1.2
9
pyicu==2.12
0 commit comments