Skip to content

Commit d7ebaf8

Browse files
updated manywheel docker file
1 parent 9dca95c commit d7ebaf8

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
2424
COPY . /workspace/pytorch
2525

2626
# Copy the build script and make it executable
27-
COPY ../../../.github/scripts/ppc64le-build.sh /ppc64le-build.sh
27+
COPY manywheel/ppc64le-build.sh /ppc64le-build.sh
2828
RUN chmod +x /ppc64le-build.sh
2929

3030
# Verify permissions and ensure Unix line endings

.github/scripts/ppc64le-build.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)