dockerfile: switch to pyproject.toml

Co-authored-by: joschrew <91774427+joschrew@users.noreply.github.com>
pull/70/head
Robert Sachunsky 1 month ago committed by GitHub
parent 4eabd125a3
commit b581568e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,7 +9,7 @@ LABEL \
org.label-schema.build-date=$BUILD_DATE
WORKDIR /build/sbb_binarization
COPY setup.py .
COPY pyproject.toml .
COPY ocrd-tool.json .
COPY sbb_binarize ./sbb_binarize
COPY requirements.txt .

Loading…
Cancel
Save