Skip to content

Commit 1b36871

Browse files
updated manywheel docker file
1 parent 5ec5568 commit 1b36871

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

15-
COPY ../../../requirements.txt .
15+
COPY /pytorch/.ci/docker/manywheel/requirements.txt .
1616
# Install Python packages via pip
1717
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
1818

0 commit comments

Comments
 (0)