🧹 Remove work around for fixed issue qurator-spk/bb_textline_detection#27

This commit is contained in:
Gerber, Mike 2020-03-02 15:18:24 +01:00
parent 453961b5b2
commit 6537e8284e

View file

@ -78,9 +78,5 @@ COPY my_ocrd_workflow /usr/bin/
COPY xsd/* /usr/share/xml/
# XXX Work around suspected concurrency problems in ocrd-sbb-textline-detector
RUN sed -i 's#num_cores *= *cpu_count()#num_cores = 1#' /usr/local/lib/python3.6/dist-packages/qurator/sbb_textline_detector/main.py
WORKDIR /data
CMD ["/usr/bin/my_ocrd_workflow"]