🎨 s/pip3/pip/g

This commit is contained in:
Gerber, Mike 2020-11-19 18:25:10 +01:00
parent 1f12b0b1e8
commit c1163405c4
11 changed files with 21 additions and 21 deletions

View file

@ -1,6 +1,6 @@
FROM my_ocrd_workflow-core
ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver"
ARG PIP_INSTALL="pip install --no-cache-dir --use-feature=2020-resolver"
ARG OCRD_OLENA_VERSION="1.2.0"
@ -27,7 +27,7 @@ RUN curl -sSL --retry 3 -o ocrd_olena.tar.gz https://github.com/OCR-D/ocrd_olena
# Check pip dependencies
RUN pip3 check
RUN pip check
# Default command