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 bd465d5 commit 88a9d1fCopy full SHA for 88a9d1f
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -29,5 +29,11 @@ RUN chmod +x /ppc64le-build.sh
29
RUN dos2unix /ppc64le-build.sh || sed -i 's/\r$//' /ppc64le-build.sh
30
RUN chmod +x /ppc64le-build.sh
31
32
+# Final stage
33
+FROM base AS final
34
+
35
+# Set the working directory
36
+WORKDIR /workspace/pytorch
37
38
# Use CMD to run the script
39
CMD ["/ppc64le-build.sh"]
0 commit comments