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 2e5a39f commit d1305a7Copy full SHA for d1305a7
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -78,13 +78,6 @@ RUN git config --global --add safe.directory "*"
78
# installed python doesn't have development parts. Rebuild it from scratch
79
RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
80
81
-# EPEL for cmake
82
-FROM base as patchelf
83
-# Install patchelf
84
-ADD ./common/install_patchelf.sh install_patchelf.sh
85
-RUN bash ./install_patchelf.sh && rm install_patchelf.sh
86
-RUN cp $(which patchelf) /patchelf
87
-
88
RUN alternatives --set python /usr/bin/python3.12
89
RUN alternatives --set python3 /usr/bin/python3.12
90
0 commit comments