Skip to content

Commit d1305a7

Browse files
updated dockerfile
1 parent 2e5a39f commit d1305a7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ RUN git config --global --add safe.directory "*"
7878
# installed python doesn't have development parts. Rebuild it from scratch
7979
RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
8080

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-
8881
RUN alternatives --set python /usr/bin/python3.12
8982
RUN alternatives --set python3 /usr/bin/python3.12
9083

0 commit comments

Comments
 (0)