Skip to content

Commit c8dd583

Browse files
added script to correct location
1 parent f8de078 commit c8dd583

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
@@ -13,7 +13,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1313
ln -sf /usr/bin/pip3 /usr/bin/pip
1414

1515
RUN ln -s /pytorch/requirements.txt /pytorch/.ci/docker/manywheel/requirements.txt
16-
16+
RUN ls
1717
COPY ../../requirements.txt .
1818
# Install Python packages via pip
1919
RUN pip install wheel setuptools pyyaml typing_extensions expecttest

0 commit comments

Comments
 (0)