mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[runtime_env] [doc] Add experimental warning (#16358)
This commit is contained in:
parent
09eebf0cc7
commit
378b0e8ca7
1 changed files with 5 additions and 0 deletions
|
@ -427,6 +427,11 @@ To get information about the current available resource capacity of your cluster
|
|||
|
||||
Runtime Environments (Experimental)
|
||||
-----------------------------------
|
||||
|
||||
.. note::
|
||||
|
||||
Runtime environments are currently an experimental feature and under active development. The API is subject to change.
|
||||
|
||||
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()`` and ``ray.client().connect()``.
|
||||
|
|
Loading…
Add table
Reference in a new issue