Skip to content

Commit 0e4abcb

Browse files
dockerfile name in yml
1 parent 1cbdd1a commit 0e4abcb

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
@@ -26,7 +26,7 @@ RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
2626
# Copy the PyTorch source code into the container
2727
#COPY . /workspace/pytorch
2828

29-
RUN mkdir /workspace/pytorch
29+
RUN mkdir -p /workspace/pytorch
3030

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

0 commit comments

Comments
 (0)