Skip to content

Commit 869fcd3

Browse files
authored
Merge pull request #114 from vajain-rhods/fix_build
Fix requirement file path
2 parents 1036af5 + f52e7d6 commit 869fcd3

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)