mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 11:50:02 +02:00
🧹 sbb_textline_detector: Use same structure as the other projects
This commit is contained in:
parent
b85a9dc256
commit
599bbf1c86
5 changed files with 8 additions and 5 deletions
|
@ -1,8 +1,9 @@
|
|||
FROM python:3
|
||||
|
||||
ADD main.py /
|
||||
ADD requirements.txt /
|
||||
|
||||
RUN pip install --proxy=http-proxy.sbb.spk-berlin.de:3128 -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "./main.py"]
|
||||
COPY . /usr/src/sbb_textline_detector
|
||||
RUN pip install /usr/src/sbb_textline_detector
|
||||
|
||||
ENTRYPOINT ["sbb_textline_detector"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue