-
Notifications
You must be signed in to change notification settings - Fork 302
Adding build script for docling-parse pkg #7703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
|
@shubham-dayma-ibm PTAL |
d/docling-parse/build_info.json
Outdated
| "docker_build": false, | ||
| "validate_build_script": true, | ||
| "use_non_root_user": "false", | ||
| "v4.7.1":{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "v4.7.1":{ | |
| "*":{ |
Let's set it to use same build script for all versions. In case in future it fails we can set specific versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated. PTAL
| OS_NAME=$(grep ^PRETTY_NAME /etc/os-release | cut -d= -f2) | ||
| SOURCE=Github | ||
| # Install pillow | ||
| PILLOW_VERSION=11.2.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am skeptical about hardcoding a version for a dependency. Can we not use the devpi index and let it choose which version to install from the available list during runtime while installing docling-parse?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when we use pre built wheel from devpi, one of the test case of docling-parse pkg is falling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed steps to build pillow. PTAL
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
|
Reviewers please assist with this PR. Thank you. |
yussufsh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Checklist
set -eoption enabled and observe success ?