Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the rhel build script
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
PeterStaar-IBM committed Dec 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7a70db3 commit d1b1cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build_rhel.sh
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ sudo -E XDG_RUNTIME_DIR= podman build --progress=plain \
--no-deps --no-build-isolation -w /dist/ \
/src/docling_parse*.tar.gz \
&& pip3.11 install /dist/docling_parse*.whl \
&& python3.11 -c 'from docling_parse.docling_parse import pdf_parser_v1, pdf_parser_v2'
&& python3.11 -c 'from docling_parse.pdf_parsers import pdf_parser_v1, pdf_parser_v2'
COPY ./tests /src/tests

0 comments on commit d1b1cdf

Please sign in to comment.