We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ef046 commit 35a3995Copy full SHA for 35a3995
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -15,7 +15,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
15
#RUN ln -s requirements.txt .ci/docker/manywheel/requirements.txt
16
17
RUN ls ../../../../
18
-COPY ../../../../pytoch/requirements.txt .
+COPY ../../../../pytorch/requirements.txt .
19
# Install Python packages via pip
20
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
21
0 commit comments