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 a0ab3a2 commit 8e8839eCopy full SHA for 8e8839e
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -53,6 +53,9 @@ RUN apt-get update && \
53
echo "Skipping linux-headers installation as it is not critical") && \
54
apt-get clean && rm -rf /var/lib/apt/lists/*
55
56
+RUN apt-get update && apt-get install -y software-properties-common && \
57
+ add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update
58
+
59
RUN apt-get install -y gcc-10 g++-10
60
61
# Confirm git installation and add safe.directory
0 commit comments