File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff 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
2020RUN 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
2548COPY . /workspace/pytorch
You can’t perform that action at this time.
0 commit comments