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 3c16a15 commit 41b6181Copy full SHA for 41b6181
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -13,7 +13,7 @@ RUN ln -sf /usr/bin/python3 /usr/bin/python && \
13
ln -sf /usr/bin/pip3 /usr/bin/pip
14
15
RUN ln -s /pytorch/requirements.txt /pytorch/.ci/docker/manywheel/requirements.txt
16
-RUN pwd
+
17
COPY requirements.txt .
18
# Install Python packages via pip
19
RUN pip install wheel setuptools pyyaml typing_extensions expecttest
.github/workflows/Dockerfile.ppc64le
@@ -8,6 +8,7 @@ RUN dnf install -y \
8
python3 python3-devel && \
9
dnf clean all
10
11
+RUN source /opt/rh/gcc-toolset-13/enable
12
# Set Python and pip aliases to use Python 3.9
RUN ln -sf /usr/bin/python3 /usr/bin/python && \
0 commit comments