🚧 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

@ -12,10 +12,6 @@ RUN ${PIP_INSTALL} \
https://github.com/qurator-spk/sbb_textline_detector/archive/$SBB_TEXTLINE_DETECTOR_COMMIT.tar.gz
# Copy OCR models
COPY data/textline_detection /var/lib/textline_detection
# Check pip dependencies
RUN pip check