mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:39:37 +08:00
[autoscaler] Azure deployment fixes (#11613)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
+15
-9
@@ -71,19 +71,23 @@ generated_python_directories = [
|
||||
optional_ray_files = ["ray/nightly-wheels.yaml"]
|
||||
|
||||
ray_autoscaler_files = [
|
||||
"ray/autoscaler/aws/defaults.yaml", "ray/autoscaler/azure/defaults.yaml",
|
||||
"ray/autoscaler/azure/azure-vm-template.json",
|
||||
"ray/autoscaler/azure/azure-config-template.json",
|
||||
"ray/autoscaler/gcp/defaults.yaml", "ray/autoscaler/local/defaults.yaml",
|
||||
"ray/autoscaler/aws/defaults.yaml",
|
||||
"ray/autoscaler/azure/defaults.yaml",
|
||||
"ray/autoscaler/_private/azure/azure-vm-template.json",
|
||||
"ray/autoscaler/_private/azure/azure-config-template.json",
|
||||
"ray/autoscaler/gcp/defaults.yaml",
|
||||
"ray/autoscaler/local/defaults.yaml",
|
||||
"ray/autoscaler/kubernetes/defaults.yaml",
|
||||
"ray/autoscaler/kubernetes/kubectl-rsync.sh",
|
||||
"ray/autoscaler/staroid/defaults.yaml", "ray/autoscaler/ray-schema.json"
|
||||
"ray/autoscaler/staroid/defaults.yaml",
|
||||
"ray/autoscaler/ray-schema.json",
|
||||
]
|
||||
|
||||
ray_project_files = [
|
||||
"ray/projects/schema.json", "ray/projects/templates/cluster_template.yaml",
|
||||
"ray/projects/schema.json",
|
||||
"ray/projects/templates/cluster_template.yaml",
|
||||
"ray/projects/templates/project_template.yaml",
|
||||
"ray/projects/templates/requirements.txt"
|
||||
"ray/projects/templates/requirements.txt",
|
||||
]
|
||||
|
||||
ray_dashboard_files = [
|
||||
@@ -105,8 +109,10 @@ extras = {
|
||||
"dataclasses; python_version < '3.7'"
|
||||
],
|
||||
"tune": [
|
||||
"tabulate", "tensorboardX", "pandas",
|
||||
"dataclasses; python_version < '3.7'"
|
||||
"dataclasses; python_version < '3.7'",
|
||||
"pandas",
|
||||
"tabulate",
|
||||
"tensorboardX",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user