Skip to content

Commit b586224

Browse files
dockerfile
1 parent b6c6e42 commit b586224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1414

1515
RUN ln -s /pytorch/requirements.txt /pytorch/.ci/docker/manywheel/requirements.txt
1616

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

21-
RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
21+
RUN source /opt/rh/gcc-toolset-13/enable && pip install -r /pytorch/requirements.txt
2222

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

0 commit comments

Comments
 (0)