Skip to content

Commit ccd185b

Browse files
updated dockerfile for patchelf script
1 parent 86e2e42 commit ccd185b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RUN pip-3.12 install typing_extensions
8686
# EPEL for cmake
8787
FROM base as patchelf
8888
# Install patchelf
89-
ADD ./common/install_patchelf.sh install_patchelf.sh
89+
ADD ../common/install_patchelf.sh install_patchelf.sh
9090
RUN bash ./install_patchelf.sh && rm install_patchelf.sh
9191
RUN cp $(which patchelf) /patchelf
9292

0 commit comments

Comments
 (0)