🧹 Update/move some XXXs/TODOs

This commit is contained in:
Gerber, Mike 2020-02-07 18:01:26 +01:00
parent 98aee51801
commit 6b83d5ae1e
2 changed files with 2 additions and 5 deletions

View file

@ -86,7 +86,7 @@ COPY my_ocrd_workflow /usr/bin
COPY xsd/* /usr/share/xml/
# XXX Work around concurrency problems(?)
# 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