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 8022f7a commit 99ebfb6Copy full SHA for 99ebfb6
jupyter/datascience/ubi9-python-3.12/Dockerfile.cpu
@@ -120,7 +120,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
120
dnf install -y cmake make gcc-c++ pybind11-devel wget && \
121
dnf clean all && \
122
# Build and collect pyarrow wheel
123
- git clone --depth 1 https://github.com/apache/arrow.git && \
+ git clone --depth 1 --branch "apache-arrow-17.0.0" https://github.com/apache/arrow.git && \
124
cd arrow/cpp && \
125
mkdir release && cd release && \
126
cmake -DCMAKE_BUILD_TYPE=Release \
0 commit comments