File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
jupyter/datascience/ubi9-python-3.12 Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
135135 git clone --depth 1 --branch "apache-arrow-17.0.0" https://github.com/apache/arrow.git && \
136136 cd arrow/cpp && \
137137 mkdir release && cd release && \
138+ ARROW_S3_FLAG="" && \
139+ if [ "$TARGETARCH" != "s390x" ]; then ARROW_S3_FLAG="-DARROW_S3=ON"; fi && \
138140 cmake -DCMAKE_BUILD_TYPE=Release \
139141 -DCMAKE_INSTALL_PREFIX=/usr/local \
140142 -DARROW_PYTHON=ON \
@@ -148,7 +150,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
148150 -DARROW_WITH_LZ4=OFF \
149151 -DARROW_WITH_ZSTD=OFF \
150152 -DARROW_WITH_SNAPPY=OFF \
151- -DARROW_S3=ON \
153+ ${ARROW_S3_FLAG} \
152154 -DARROW_SUBSTRAIT=ON \
153155 -DARROW_BUILD_TESTS=OFF \
154156 -DARROW_BUILD_BENCHMARKS=OFF \
You can’t perform that action at this time.
0 commit comments