Skip to content

Commit

Permalink
revert setuptools enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed May 6, 2024
1 parent 3730f77 commit ced7da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ RUN mkdir -p /app \
# Install FEDn and requirements
&& python -m venv /venv \
&& /venv/bin/pip install --upgrade pip \
&& /venv/bin/pip install --no-cache-dir setuptools>=65 \
&& /venv/bin/pip install --no-cache-dir -e . \
&& if [[ ! -z "$REQUIREMENTS" ]]; then \
/venv/bin/pip install --no-cache-dir -r /app/config/requirements.txt; \
Expand Down

0 comments on commit ced7da9

Please sign in to comment.