Skip to content

Commit 55f008a

Browse files
dockerfile
1 parent b586224 commit 55f008a

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
@@ -12,13 +12,13 @@ RUN dnf install -y \
1212
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1313
ln -sf /usr/bin/pip3 /usr/bin/pip
1414

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

1717
#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 /pytorch/requirements.txt
21+
RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
2222

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

0 commit comments

Comments
 (0)