mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31: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"]) ``` |
||
---|---|---|
.. | ||
actor | ||
event | ||
job | ||
log | ||
node | ||
reporter | ||
runtime_env | ||
serve | ||
snapshot | ||
test | ||
tune | ||
usage_stats | ||
__init__.py |