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 39fecd6 commit ebe560cCopy full SHA for ebe560c
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -22,8 +22,8 @@ RUN pip install wheel setuptools pyyaml typing_extensions expecttest
22
#RUN source /opt/rh/gcc-toolset-13/enable && pip install -r requirements.txt
23
24
#RUN source /opt/rh/gcc-toolset-13/enable
25
-
26
-RUN bash -c source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
+SHELL ["/bin/bash", "-c"]
+RUN source /opt/rh/gcc-toolset-13/enable && pip install astunparse \
27
expecttest>=0.2.1 \
28
hypothesis \
29
numpy \
0 commit comments