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 10847e5 commit 1362b82Copy full SHA for 1362b82
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -69,7 +69,7 @@ FROM base as openssl
69
# statically. We delete openssl afterwards.)
70
71
# Set ulimit to avoid segmentation fault due to resource limits
72
-RUN ulimit -s unlimited && ulimit -u unlimited
+RUN ulimit -s unlimited
73
74
ADD ./common/install_openssl-ppc64le.sh install_openssl.sh
75
RUN bash ./install_openssl.sh && rm install_openssl.sh
0 commit comments