mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 11:50:02 +02:00
🧹 sbb_textline_docker: Rename to sbb_textline_detector
This commit is contained in:
commit
b85a9dc256
6 changed files with 1422 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
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"]
|
Loading…
Add table
Add a link
Reference in a new issue