Skip to content

Commit 097e8fc

Browse files
added script to correct location
1 parent f0f819e commit 097e8fc

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
@@ -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 manywheel/ppc64le-build.sh /ppc64le-build.sh
27+
COPY manywheel/build_scripts/ppc64le-build.sh /ppc64le-build.sh
2828
RUN chmod +x /ppc64le-build.sh
2929

3030
# Verify permissions and ensure Unix line endings

0 commit comments

Comments
 (0)