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
129
127
RUN <<EOF bash -e
130
128
PIP_PYZ_DIR=$(mktemp -d)
131
129
pushd "${PIP_PYZ_DIR}"
132
130
curl -O https://bootstrap.pypa.io/pip/pip.pyz
133
131
chmod +x ./pip.pyz
134
132
! pip && ! pip3 # there should not already be a pip
0 commit comments