mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
![]() Combine `ParsedRuntimeEnv` and `RuntimeEnv` into `ray.runtime.RuntimeEnv`, details: #21495 - The `new RuntimeEnv` includes all external interfaces of `ParsedRuntimeEnv` and `old RuntimeEnv`. - The `new RuntimeEnv` will be exposed directly to the user. - example: ```python runtime_env = ray.runtime_env.RuntimeEnv(working_dir="s3://workding_dir.zip", pip=["requests"], java_jars=["s3://jar1.zip"], java_jvm_options=["-Dxxx=xxx"]) ``` |
||
---|---|---|
.. | ||
metrics_example.py | ||
runtime_env_example.py | ||
tf_example.py | ||
torch_example.py |