Skip to content

Commit 747e75b

Browse files
updated dockerfile
1 parent 8271b67 commit 747e75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1616
RUN pip install wheel setuptools
1717

1818
# Copy the PyTorch source code into the container
19-
COPY <local-pytorch-path> /workspace/pytorch
19+
COPY . /workspace/pytorch
2020

2121
# Copy the build script and make it executable
2222
COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh

0 commit comments

Comments
 (0)