Skip to content

Commit 88a9d1f

Browse files
updated manywheel docker file
1 parent bd465d5 commit 88a9d1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@ RUN chmod +x /ppc64le-build.sh
2929
RUN dos2unix /ppc64le-build.sh || sed -i 's/\r$//' /ppc64le-build.sh
3030
RUN chmod +x /ppc64le-build.sh
3131

32+
# Final stage
33+
FROM base AS final
34+
35+
# Set the working directory
36+
WORKDIR /workspace/pytorch
37+
3238
# Use CMD to run the script
3339
CMD ["/ppc64le-build.sh"]

0 commit comments

Comments
 (0)