-
Notifications
You must be signed in to change notification settings - Fork 135
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
Ray version update #305
Ray version update #305
Conversation
@@ -52,6 +51,8 @@ venv:: pyproject.toml .check-env | |||
pip install --upgrade pip; \ | |||
cd ../../../data-processing-lib/python && make set-versions && cd -; \ | |||
pip install -e ../../../data-processing-lib/python; \ | |||
cd ../../../data-processing-lib/ray && make set-versions && cd -; \ | |||
pip install -e ../../../data-processing-lib/ray; \ |
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.
you don't want to set-versions there?
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.
version of what?
@@ -1,4 +1,4 @@ | |||
FROM docker.io/rayproject/ray:2.9.3-py310 | |||
FROM docker.io/rayproject/ray:2.24.0-py310 |
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.
we need to add a make rule to set ray-based image and version
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.
You are welcome to do another PR once this one is merged. We actually discussed this with @revit13 when we were debugging this
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
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
Why are these changes needed?
Update Ray version to the current one
Related issue number (if any).