Skip to content
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

Merged
merged 7 commits into from
Jun 20, 2024
Merged

Ray version update #305

merged 7 commits into from
Jun 20, 2024

Conversation

blublinsky
Copy link
Collaborator

Why are these changes needed?

Update Ray version to the current one

Related issue number (if any).

@blublinsky blublinsky requested a review from daw3rd June 19, 2024 13:51
@@ -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; \
Copy link
Member

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?

Copy link
Collaborator Author

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
Copy link
Member

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

Copy link
Collaborator Author

@blublinsky blublinsky Jun 20, 2024

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

Copy link
Member

@roytman roytman left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@daw3rd daw3rd left a comment

Choose a reason for hiding this comment

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

LGTM

@daw3rd daw3rd merged commit af22710 into dev Jun 20, 2024
17 checks passed
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.

4 participants