-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[rfc] Support ray[aws,gcp,azure]
as an install target
#15725
Comments
I'd be open to better suggestions for the name/targets too. |
This proposal sounds good to me, were there any alternatives you considered? One possibility is |
Done, I left a comment about other options. |
If that is possible, targets could be named |
In that case I don't think adding the |
Hi, I'm a bot from the Ray team :) To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months. If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel. |
I think it's still relevant, is it not @richardliaw ? |
Hi, I'm a bot from the Ray team :) To help human contributors to focus on more relevant issues, I will automatically add the stale label to issues that have had no activity for more than 4 months. If there is no further activity in the 14 days, the issue will be closed!
You can always ask for help on our discussion forum or Ray's public slack channel. |
shoo bot |
Describe your feature request
Currently, there's no automated way of obtaining cloud-specific autoscaler dependencies. users need to go to the docs (or risk an upgrade) when the code changes.
It'd be great if a user could just use
pip install ray[aws]
to obtain the right dependencies.In practice, users would probably do:
Other alternatives
pip install ray[cloud]
pip install ray[autoscaler
Both of these will install all dependencies for each cloud. But this is probably unpreferable because most users will only install 1 cloud at a time.
cc @ericl @edoakes @rkooo567 @pcmoritz
The text was updated successfully, but these errors were encountered: