Skip to content

Commit 87ef046

Browse files
dockerfile
1 parent 5668b7c commit 87ef046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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-
COPY ../../../../requirements.txt .
17+
RUN ls ../../../../
18+
COPY ../../../../pytoch/requirements.txt .
1819
# Install Python packages via pip
1920
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
2021

0 commit comments

Comments
 (0)