We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c48c21 commit 94fe50eCopy full SHA for 94fe50e
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -113,7 +113,8 @@ RUN bash /build_scripts/build.sh && rm -r /build_scripts
113
FROM base as final
114
COPY --from=python /opt/python /opt/python
115
COPY --from=python /opt/_internal /opt/_internal
116
-COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
+#COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
117
+COPY --from=python /usr/local/bin/auditwheel /usr/local/bin/auditwheel
118
COPY --from=patchelf /usr/local/bin/patchelf /usr/local/bin/patchelf
119
120
RUN alternatives --set python /usr/bin/python3.12
0 commit comments