Skip to content

Commit

Permalink
fix the rhel build script
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Dec 7, 2024
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
Expand Up @@ -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
Expand Down

0 comments on commit d1b1cdf

Please sign in to comment.