🚧 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

@ -11,10 +11,6 @@ RUN ${PIP_INSTALL} \
"sbb_binarization == $SBB_BINARIZATION_VERSION"
# Copy models
COPY data/sbb_binarization/2021-03-09 /var/lib/sbb_binarization
# Check pip dependencies
RUN pip check