mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Doc] Runtime env docstring fix monospace formatting (#17929)
This commit is contained in:
parent
b573864928
commit
4c6a695dab
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ Runtime Environments
|
|||
|
||||
.. note::
|
||||
|
||||
This feature requires a full installation of Ray using `pip install "ray[default]"`.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue