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 3d37d7d commit db1d3c2Copy full SHA for db1d3c2
.github/workflows/Dockerfile.ppc64le
@@ -17,7 +17,7 @@ COPY requirements.txt .
17
# Install Python packages via pip
18
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
19
20
-#RUN pip install -r requirements.txt
+RUN pip install -r requirements.txt
21
22
# Copy the PyTorch source code into the container
23
COPY . /workspace/pytorch
requirements.txt
@@ -2,7 +2,7 @@
2
astunparse
3
expecttest>=0.2.1
4
hypothesis
5
-numpy
+#numpy
6
psutil
7
pyyaml
8
requests
0 commit comments