-
Notifications
You must be signed in to change notification settings - Fork 51
Intuit python version for compatible Ray image #711
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
Intuit python version for compatible Ray image #711
Conversation
/hold require the SHA for ray py3.11 |
This comment was marked as outdated.
This comment was marked as outdated.
c754f64
to
2495e74
Compare
d198ba5
to
fc28686
Compare
0ab047e
to
58ab856
Compare
58ab856
to
f278546
Compare
f278546
to
e9e88c2
Compare
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.
Tested on py3.9 & 3.11 and it works as expected!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobbins228, KPostOffice The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
51d0b2f
into
project-codeflare:main
Issue link
Jira: https://issues.redhat.com/browse/RHOAIENG-14578
What changes have been made
The Ray image to be used by the head and worker nodes will be based on the python version in the system.
Currently, we support py3.9, and we will now support Ray with py3.11.
Verification steps
0_basic_ray.ipynb
notebook with thewrite_to_file
parameter set toTrue
.Checks