Skip to content

Commit f52e7d6

Browse files
Fix requirement file path
1 parent 1036af5 commit f52e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.s390x.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
5959
cd ../../python && \
6060
export PYARROW_PARALLEL=4 && \
6161
export ARROW_BUILD_TYPE=release && \
62-
uv pip install -r requirements/build.txt && \
62+
uv pip install -r requirements-build.txt && \
6363
python setup.py build_ext --build-type=$ARROW_BUILD_TYPE --bundle-arrow-cpp bdist_wheel
6464

6565
FROM python-install AS numa-build

0 commit comments

Comments
 (0)