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

@ -13,7 +13,6 @@ COPY requirements.txt .
COPY README.md .
COPY ocrd_calamari ocrd_calamari
RUN make calamari/build
RUN pip3 install --upgrade pip && \
pip3 install .