Skip to content

Commit 35a3995

Browse files
dockerfile
1 parent 87ef046 commit 35a3995

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
@@ -15,7 +15,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1515
#RUN ln -s requirements.txt .ci/docker/manywheel/requirements.txt
1616

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

0 commit comments

Comments
 (0)