mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
🐛 Consistently use pip install --use-feature=2020-resolver
This commit is contained in:
parent
8fc5449fbf
commit
311e3eab88
6 changed files with 14 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
ARG PIP_INSTALL="pip3 install --no-cache-dir --use-feature=2020-resolver"
|
||||
ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
|
||||
ENV PIP_DEFAULT_TIMEOUT=120
|
||||
|
||||
|
@ -35,7 +36,7 @@ RUN curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
|||
|
||||
|
||||
# Install pip installable-stuff
|
||||
RUN pip3 install --no-cache-dir \
|
||||
RUN ${PIP_INSTALL} \
|
||||
'ocrd >= 2.13.1'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue