Skip to content

Commit 9dca95c

Browse files
updated manywheel docker file
1 parent 1b36871 commit 9dca95c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ 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 /pytorch/.ci/docker/manywheel/requirements.txt .
15+
RUN ln -s /pytorch/requirements.txt /pytorch/.ci/docker/manywheel/requirements.txt
16+
17+
COPY requirements.txt .
1618
# Install Python packages via pip
1719
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
1820

0 commit comments

Comments
 (0)