Skip to content

Commit 41b6181

Browse files
added script
1 parent 3c16a15 commit 41b6181

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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-
RUN pwd
16+
1717
COPY requirements.txt .
1818
# Install Python packages via pip
1919
RUN pip install wheel setuptools pyyaml typing_extensions expecttest

.github/workflows/Dockerfile.ppc64le

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN dnf install -y \
88
python3 python3-devel && \
99
dnf clean all
1010

11+
RUN source /opt/rh/gcc-toolset-13/enable
1112
# Set Python and pip aliases to use Python 3.9
1213
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
1314
ln -sf /usr/bin/pip3 /usr/bin/pip

0 commit comments

Comments
 (0)