Skip to content

Commit 5668b7c

Browse files
dockerfile
1 parent 4e0d69f commit 5668b7c

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 requirements.txt .ci/docker/manywheel/requirements.txt
1616

17-
COPY /pytorch/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)