mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
[Projects] Fix template path (#5716)
This commit is contained in:
committed by
Robert Nishihara
parent
b1aadd863b
commit
a6dd794818
+3
-3
@@ -47,9 +47,9 @@ ray_autoscaler_files = [
|
||||
]
|
||||
|
||||
ray_project_files = [
|
||||
"ray/projects/schema.json", "ray/projects/template/cluster_template.yaml",
|
||||
"ray/projects/template/project_template.yaml",
|
||||
"ray/projects/template/requirements.txt"
|
||||
"ray/projects/schema.json", "ray/projects/templates/cluster_template.yaml",
|
||||
"ray/projects/templates/project_template.yaml",
|
||||
"ray/projects/templates/requirements.txt"
|
||||
]
|
||||
|
||||
if "RAY_USE_NEW_GCS" in os.environ and os.environ["RAY_USE_NEW_GCS"] == "on":
|
||||
|
||||
Reference in New Issue
Block a user