🚧 Use ocr-eval aka dinglehopper

This commit is contained in:
Gerber, Mike 2019-08-13 18:13:49 +02:00
parent be5750f4e1
commit d5aa273b44
3 changed files with 20 additions and 1 deletions

View file

@ -20,6 +20,10 @@ RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
COPY my_ocrd_workflow /usr/bin
COPY xsd /usr/bin/xsd
# XXX Hack
COPY ../experiments/ocr-eval /usr/local/ocr-eval
RUN pip3 install --no-cache-dir -r /usr/local/ocr-eval/requirements.txt
WORKDIR /data
CMD ["/usr/bin/my_ocrd_workflow"]