mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
![]() Interface example: ```python @ray.remote(runtime_env=RuntimeEnv(..., config=RuntimeEnvConfig(setup_timeout_s=10)) def f(): pass @ray.remote(runtime_env={..., "config": {"setup_timeout_s": 10}}) def f(): pass ``` Support set timeout second for timeout of runtime environment creation. Co-authored-by: 捕牛 <hejialing.hjl@antgroup.com> |
||
---|---|---|
.. | ||
copy_files.py | ||
Dockerfile | ||
Dockerfile.gpu | ||
pipeline.gpu.large.yml | ||
pipeline.gpu.yml | ||
pipeline.macos.yml | ||
pipeline.ml.yml | ||
pipeline.windows.yml | ||
pipeline.yml |