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