Merge pull request #38 from qurator-spk/upd_sbb-textline-detector

Update Dockerfile-sbb_textline_detector
This commit is contained in:
Mike Gerber 2021-01-26 16:16:22 +01:00 committed by GitHub
commit 96285f3300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM my_ocrd_workflow-core-cuda10.0 FROM my_ocrd_workflow-core-cuda10.0
ARG PIP_INSTALL="pip install --no-cache-dir" ARG PIP_INSTALL="pip install --no-cache-dir"
ARG SBB_TEXTLINE_DETECTOR_COMMIT="247d5f9" ARG SBB_TEXTLINE_DETECTOR_COMMIT="451b71f"
# Build pip installable stuff # Build pip installable stuff