Skip to content

Commit f8de078

Browse files
added script to correct location
1 parent 097e8fc commit f8de078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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

0 commit comments

Comments
 (0)