🚧 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

@ -10,10 +10,6 @@ RUN ${PIP_INSTALL} \
"eynollah == ${EYNOLLAH_VERSION}"
# Copy OCR models
COPY data/eynollah /var/lib/eynollah
# Check pip dependencies
RUN pip check