Skip to content

Commit ab0c427

Browse files
committed
Force /opt/pip install over python3-pip
1 parent 19b1ca2 commit ab0c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/container/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ git apply </opt/pip/pip-vcs-equivalency.patch
125125
git add -u
126126
git commit -m 'Adds JAX_TOOLBOX_VCS_EQUIVALENCY as a trigger to treat all github VCS installs for a package as equivalent. The spec of the last encountered version will be used'
127127
EOF
128-
RUN pip install --upgrade --no-cache-dir -e /opt/pip pip-tools && rm -rf ~/.cache/*
128+
RUN pip install --upgrade --no-cache-dir --break-system-packages -e /opt/pip pip-tools && rm -rf ~/.cache/*
129129

130130
###############################################################################
131131
## Install TCPx

0 commit comments

Comments
 (0)