1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

🐳 Docker: Do not use the make target to install calamari-ocr, stick to pip

This commit is contained in:
Gerber, Mike 2020-02-06 13:52:05 +01:00
parent 41f5c8a8fa
commit a2d1d76dbd
2 changed files with 0 additions and 10 deletions

View file

@ -11,9 +11,7 @@ help:
@echo " Targets"
@echo ""
@echo " install Install ocrd_calamari"
@echo " calamari Clone calamari repo"
@echo " gt4histocr-calamari Get GT4HistOCR Calamari model (from SBB)"
@echo " calamari/build pip install calamari"
@echo " deps-test Install testing python deps via pip"
@echo " repo/assets Clone OCR-D/assets to ./repo/assets"
@echo " test/assets Setup test assets"
@ -33,9 +31,6 @@ help:
install:
$(PIP_INSTALL) .
# Clone calamari repo
calamari:
$(GIT_CLONE) https://github.com/chwick/calamari
gt4histocr-calamari:
mkdir gt4histocr-calamari
@ -50,10 +45,6 @@ actevedef_718448162:
unzip actevedef_718448162.zip
# pip install calamari
calamari/build: calamari
cd calamari && $(PIP_INSTALL) .
#
# Assets and Tests