Skip to content

Commit

Permalink
[Doc] [runtime env] Add note to install ray[default] (#17869)
Browse files Browse the repository at this point in the history
  • Loading branch information
architkulkarni authored Aug 18, 2021
1 parent 8fe970f commit 6e8ff30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,10 @@ Runtime Environments
This API is in beta and may change before becoming stable.
.. note::
This feature requires a full installation of Ray using `pip install "ray[default]"`.
On Mac OS and Linux, Ray 1.4+ supports dynamically setting the runtime environment of tasks, actors, and jobs so that they can depend on different Python libraries (e.g., conda environments, pip dependencies) while all running on the same Ray cluster.
The ``runtime_env`` is a (JSON-serializable) dictionary that can be passed as an option to tasks and actors, and can also be passed to ``ray.init()``.
Expand Down

0 comments on commit 6e8ff30

Please sign in to comment.