You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
126
126
EOF
127
+
# Container architecture currently uses pip to container-globally install using pip
128
+
ENV PIP_BREAK_SYSTEM_PACKAGES=1
127
129
RUN <<EOF bash -e
128
130
PIP_PYZ_DIR=$(mktemp -d)
129
131
pushd "${PIP_PYZ_DIR}"
130
132
curl -O https://bootstrap.pypa.io/pip/pip.pyz
131
133
chmod +x ./pip.pyz
132
134
! pip && ! pip3 # there should not already be a pip
0 commit comments