Skip to content

Commit db1d3c2

Browse files
updated docker file
1 parent 3d37d7d commit db1d3c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY requirements.txt .
1717
# Install Python packages via pip
1818
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
1919

20-
#RUN pip install -r requirements.txt
20+
RUN pip install -r requirements.txt
2121

2222
# Copy the PyTorch source code into the container
2323
COPY . /workspace/pytorch

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
astunparse
33
expecttest>=0.2.1
44
hypothesis
5-
numpy
5+
#numpy
66
psutil
77
pyyaml
88
requests

0 commit comments

Comments
 (0)