From a51d618d885ca3ab88c57caec725c5b961eb4f0f Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Fri, 9 Nov 2018 21:25:15 -0800 Subject: [PATCH] [autoscaler] missing example-full.yaml file in the latest wheel for provider type "local" --- python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup.py b/python/setup.py index 7fb366a40..eee5e8fea 100644 --- a/python/setup.py +++ b/python/setup.py @@ -45,6 +45,7 @@ ray_ui_files = [ ray_autoscaler_files = [ "ray/autoscaler/aws/example-full.yaml", "ray/autoscaler/gcp/example-full.yaml", + "ray/autoscaler/local/example-full.yaml", ] if "RAY_USE_NEW_GCS" in os.environ and os.environ["RAY_USE_NEW_GCS"] == "on":