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 1cbdd1a commit 0e4abcbCopy full SHA for 0e4abcb
.github/workflows/Dockerfile.ppc64le
@@ -26,7 +26,7 @@ RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
26
# Copy the PyTorch source code into the container
27
#COPY . /workspace/pytorch
28
29
-RUN mkdir /workspace/pytorch
+RUN mkdir -p /workspace/pytorch
30
31
# Copy the build script and make it executable
32
COPY .github/scripts/ppc64le-build.sh /ppc64le-build.sh
0 commit comments