We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9743842 commit efdf9fcCopy full SHA for efdf9fc
1 file changed
ci/docker/conda-python-spark.dockerfile
@@ -24,6 +24,7 @@ ARG jdk=8
24
ARG maven=3.5
25
26
ARG numpy=latest
27
+COPY ci/scripts/install_numpy.sh /arrow/ci/scripts/
28
RUN mamba uninstall -q -y numpy && \
29
/arrow/ci/scripts/install_numpy.sh ${numpy}
30
0 commit comments