mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
* [Autoscaler] Precisely match docker HOME The current grep will match any env variable keyed by HOME. This will include some unwanted variables like PYTHONHOME, PROJECT_HOME, etc. Depending on the order of the environment variable, the subsequent docker setup command might fail. * fstring