Skip to content

Commit

Permalink
only modify global pip.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Beemelmanns committed Aug 1, 2024
1 parent dee247c commit 0d5a347
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ RUN apt-get update && \
&& rm -rf /var/lib/apt/lists/*
# configure pip
# for /usr/pip.conf
RUN python -m pip config --site set global.break-system-packages true
# for /root/.config/pip/pip.conf
RUN python -m pip config --user set global.break-system-packages true
# for /etc/pip.conf
RUN python -m pip config --global set global.break-system-packages true
# copy install script from dependencies stage
Expand Down

0 comments on commit 0d5a347

Please sign in to comment.