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 8271b67 commit 747e75bCopy full SHA for 747e75b
.github/workflows/Dockerfile.ppc64le
@@ -16,7 +16,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
16
RUN pip install wheel setuptools
17
18
# Copy the PyTorch source code into the container
19
-COPY <local-pytorch-path> /workspace/pytorch
+COPY . /workspace/pytorch
20
21
# Copy the build script and make it executable
22
COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
0 commit comments