Skip to content

Commit 9acdf42

Browse files
using build.sh to build image
1 parent 238ec04 commit 9acdf42

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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

.github/workflows/ppc64le.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Build Docker image for ppc64le
2525
run: |
2626
# docker build -f .ci/docker/manywheel/Dockerfile_ppc64le -t manylinuxppc64le-builder .
27-
.ci/docker/manywheel/build.sh manylinuxppc64le-builder -t manylinuxppc64le-builder
27+
GPU_ARCH_TYPE=cpu-ppc64le "$(pwd)/.ci/docker/manywheel/build.sh" manylinuxppc64le-builder
28+
2829
2930
- name: Save Docker image to tarball
3031
run: |
@@ -40,7 +41,7 @@ jobs:
4041

4142
name: linux-manylinux-2_28-py3-cpu-ppc64le-build
4243
uses: ./.github/workflows/_linux-build.yml
43-
# needs: linux-ppc64le-docker-image-build
44+
needs: linux-ppc64le-docker-image-build
4445
with:
4546
build-environment: linux-ppc64le-binary-manywheel
4647
docker-image-name: manylinuxppc64le-builder

0 commit comments

Comments
 (0)