We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f819e commit 097e8fcCopy full SHA for 097e8fc
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -24,7 +24,7 @@ RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
24
COPY . /workspace/pytorch
25
26
# Copy the build script and make it executable
27
-COPY manywheel/ppc64le-build.sh /ppc64le-build.sh
+COPY manywheel/build_scripts/ppc64le-build.sh /ppc64le-build.sh
28
RUN chmod +x /ppc64le-build.sh
29
30
# Verify permissions and ensure Unix line endings
0 commit comments