Skip to content

Commit cee47db

Browse files
dockerfile
1 parent f32eff3 commit cee47db

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,34 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1515
#RUN ln -s requirements.txt .ci/docker/manywheel/requirements.txt
1616

1717

18-
COPY requirements.txt .
18+
#COPY requirements.txt .
1919
# Install Python packages via pip
2020
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
2121

22-
RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
22+
#RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
23+
24+
RUN source /opt/rh/gcc-toolset-13/enable
25+
26+
RUN pip install astunparse \
27+
expecttest>=0.2.1 \
28+
hypothesis \
29+
numpy \
30+
psutil \
31+
pyyaml \
32+
requests \
33+
setuptools<=72.1.0 \
34+
types-dataclasses \
35+
typing-extensions>=4.10.0 \
36+
sympy==1.13.1 \
37+
filelock \
38+
networkx \
39+
jinja2 \
40+
fsspec \
41+
lintrunner \
42+
ninja \
43+
packaging \
44+
optree>=0.13.0
45+
2346

2447
# Copy the PyTorch source code into the container
2548
COPY . /workspace/pytorch

0 commit comments

Comments
 (0)