mirror of https://github.com/nucypher/nucypher.git
Fix Dockerfile now that constraints file is no longer used to work around setuptools issue.
parent
d5fe0328d4
commit
4aa86242bf
|
@ -8,8 +8,6 @@ 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