Skip to content

Add OpenRAG v0.6.0 build script - #8711

Open
pjsharath28 wants to merge 1 commit into
ppc64le:masterfrom
afsanjar:add/openrag-0.6.0-ubi10-ppc64le
Open

Add OpenRAG v0.6.0 build script#8711
pjsharath28 wants to merge 1 commit into
ppc64le:masterfrom
afsanjar:add/openrag-0.6.0-ubi10-ppc64le

Conversation

@pjsharath28

Copy link
Copy Markdown

Checklist

  • Have you checked and followed all the points mention in the CONTRIBUTING.MD
  • Have you validated script on UBI 9 container - validated on UBI 10 container instead
  • Did you run the script(s) on fresh container with set -e option enabled and observe success ?
  • Did you have Legal approvals for patch files ?

@pjsharath28

Copy link
Copy Markdown
Author

@cdeepali Could I please have a review on this
cc @rcarino5

# openrag requires Python >=3.13; UBI 10 only ships 3.12.
# altinstall keeps system python3/python3.12 intact.
cd /tmp
wget https://www.python.org/ftp/python/3.13.10/Python-3.13.10.tgz

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not build Python 3.13 from source here because wrapper script is designed to handle that. The build will happen on Python 3.13 as well through CI even though the script installs python3.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants