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 4e0d69f commit 5668b7cCopy full SHA for 5668b7c
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -14,7 +14,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
14
15
#RUN ln -s requirements.txt .ci/docker/manywheel/requirements.txt
16
17
-COPY /pytorch/requirements.txt .
+COPY ../../../../requirements.txt .
18
# Install Python packages via pip
19
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
20
0 commit comments