Skip to content

Commit f32eff3

Browse files
dockerfile
1 parent 35a3995 commit f32eff3

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,8 +14,8 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1414

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

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

0 commit comments

Comments
 (0)