mirror of https://github.com/nucypher/nucypher.git
include pip constraints in Dockerfile
parent
073cbd5071
commit
0aa548cd91
|
@ -8,6 +8,8 @@ WORKDIR /code
|
|||
|
||||
# Layer 1: Install dependencies
|
||||
COPY requirements.txt /code
|
||||
COPY constraints.txt /code
|
||||
ENV PIP_CONSTRAINT=/code/constraints.txt
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Layer 2: Install nucypher entrypoint
|
||||
|
|
Loading…
Reference in New Issue