Skip to content

Commit

Permalink
docker: prevent pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 6, 2024
1 parent 0b8bc0d commit 41c491f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/docker/template/Dockerfile.full.header
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ RUN apt-get -y install \
# allow pip to install to system
RUN rm -f /usr/lib/python**/EXTERNALLY-MANAGED

RUN python3 -m pip install --upgrade pip
# ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
# RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install debugpy typing_extensions psutil

################################################################
Expand Down

0 comments on commit 41c491f

Please sign in to comment.