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.
2 parents 1036af5 + f52e7d6 commit 869fcd3Copy full SHA for 869fcd3
Dockerfile.s390x.ubi
@@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
59
cd ../../python && \
60
export PYARROW_PARALLEL=4 && \
61
export ARROW_BUILD_TYPE=release && \
62
- uv pip install -r requirements/build.txt && \
+ uv pip install -r requirements-build.txt && \
63
python setup.py build_ext --build-type=$ARROW_BUILD_TYPE --bundle-arrow-cpp bdist_wheel
64
65
FROM python-install AS numa-build
0 commit comments