🐛 Use my version of ocrd_models until fix is merged

This commit is contained in:
Gerber, Mike 2019-06-25 13:24:49 +02:00
parent 51a2ccc224
commit 964aef1393
2 changed files with 6 additions and 1 deletions

View file

@ -15,7 +15,8 @@ RUN apt-get update && \
apt-get clean
COPY requirements.txt /tmp
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
RUN pip3 install --no-cache-dir ocrd-utils && \
pip3 install --no-cache-dir -r /tmp/requirements.txt
COPY my_ocrd_workflow /usr/bin
COPY xsd /usr/bin/xsd