Skip to content

Commit 94fe50e

Browse files
changed path for auditwheel
1 parent 4c48c21 commit 94fe50e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ RUN bash /build_scripts/build.sh && rm -r /build_scripts
113113
FROM base as final
114114
COPY --from=python /opt/python /opt/python
115115
COPY --from=python /opt/_internal /opt/_internal
116-
COPY --from=python /opt/python/cp39-cp39/bin/auditwheel /usr/local/bin/auditwheel
116+
#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
117118
COPY --from=patchelf /usr/local/bin/patchelf /usr/local/bin/patchelf
118119

119120
RUN alternatives --set python /usr/bin/python3.12

0 commit comments

Comments
 (0)