Skip to content

Commit 71bd31c

Browse files
updated dockerfile
1 parent 747e75b commit 71bd31c

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
@@ -13,7 +13,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1313
ln -sf /usr/bin/pip3 /usr/bin/pip
1414

1515
# Install Python packages via pip
16-
RUN pip install wheel setuptools
16+
RUN pip install wheel setuptools pyyaml
1717

1818
# Copy the PyTorch source code into the container
1919
COPY . /workspace/pytorch

0 commit comments

Comments
 (0)