[Serve] Add dependency management support for driver not running in a conda env (#13269)

This commit is contained in:
architkulkarni
2021-01-12 09:57:15 -08:00
committed by GitHub
parent 518427627b
commit e560933f9c
3 changed files with 14 additions and 9 deletions
-5
View File
@@ -386,11 +386,6 @@ as shown below.
.. literalinclude:: ../../../python/ray/serve/examples/doc/conda_env.py
.. warning::
The script must be run in an activated conda environment (not required to be
``ray-tf1`` or ``ray-tf2``). We hope to remove this restriction in the
future.
.. note::
If the argument ``env`` is omitted, backends will be started in the same
conda environment as the caller of