mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:44:50 +08:00
ac9610b19d
* [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