Fix Dockerfile now that constraints file is no longer used to work around setuptools issue.

v7.4.x
derekpierre 2024-07-31 11:03:39 -04:00
parent d5fe0328d4
commit 4aa86242bf
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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