ray/dashboard/modules/runtime_env
Archit Kulkarni 23030dbcaa
[runtime env] Hide URI cache behind class (#24622)
Followup PR to https://github.com/ray-project/ray/pull/20273.

- Hides cache logic behind a class.
- Adds "name" field to runtime env plugin class and makes existing conda, pip, working_dir, and py_modules inherit from the plugin class. 

Future work will unify the codepath for these "base plugins" with the codepath for third-party plugins; currently these are different, and URI support is missing for third-party plugins.
2022-06-15 16:14:06 -05:00
..
tests [runtime env] URI reference refactor (#22828) 2022-03-21 11:21:15 -05:00
__init__.py [runtime env] support create or delete runtime envs in agent (#15904) 2021-06-09 20:22:25 +08:00
runtime_env_agent.py [runtime env] Hide URI cache behind class (#24622) 2022-06-15 16:14:06 -05:00
runtime_env_consts.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00