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 76b1f6f commit f9e99ebCopy full SHA for f9e99eb
.github/workflows/Dockerfile.ppc64le
@@ -15,6 +15,8 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
15
# Install Python packages via pip
16
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
17
18
+RUN pip install -r requirements.txt
19
+
20
# Copy the PyTorch source code into the container
21
COPY . /workspace/pytorch
22
0 commit comments