1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 11:50:00 +02:00
This reverts commit a3c1eee8f31349edcfb1e36920763bcecceb1129, reversing
changes made to dc76213ffc1fbabc2c45f0e52ced55449bdf2e83.
This commit is contained in:
Gerber, Mike 2019-12-09 12:44:05 +01:00
parent 1303a7d92f
commit f94e8b9b1c
73 changed files with 64834 additions and 1686 deletions

View file

@ -1,9 +0,0 @@
FROM python:3
ADD requirements.txt /
RUN pip install --proxy=http-proxy.sbb.spk-berlin.de:3128 -r requirements.txt
COPY . /usr/src/sbb_textline_detector
RUN pip install /usr/src/sbb_textline_detector
ENTRYPOINT ["sbb_textline_detector"]