🚧 Do not add data to container image

This commit is contained in:
Gerber, Mike 2023-02-10 17:13:32 +01:00
parent 257a568933
commit 252a125ed2
6 changed files with 0 additions and 33 deletions

View file

@ -13,12 +13,6 @@ RUN ${PIP_INSTALL} \
'ocrd_calamari == 0.0.7'
# Copy OCR models
RUN mkdir -p /var/lib/calamari-models/GT4HistOCR
COPY data/calamari-models/GT4HistOCR/2019-07-22T15_49+0200 /var/lib/calamari-models/GT4HistOCR/2019-07-22T15_49+0200
# Check pip dependencies
RUN pip check