Skip to content

Commit f9e99eb

Browse files
updated dockerfile
1 parent 76b1f6f commit f9e99eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1515
# Install Python packages via pip
1616
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
1717

18+
RUN pip install -r requirements.txt
19+
1820
# Copy the PyTorch source code into the container
1921
COPY . /workspace/pytorch
2022

0 commit comments

Comments
 (0)