Skip to content

Commit 8271b67

Browse files
updated dockerfile
1 parent a2de33c commit 8271b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1515
# Install Python packages via pip
1616
RUN pip install wheel setuptools
1717

18+
# Copy the PyTorch source code into the container
19+
COPY <local-pytorch-path> /workspace/pytorch
20+
1821
# Copy the build script and make it executable
1922
COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
2023
RUN chmod +x /ppc64le-build.sh

0 commit comments

Comments
 (0)