[Projects] Refactor cluster specification (#6488)

This commit is contained in:
Philipp Moritz
2019-12-14 22:43:06 -08:00
committed by GitHub
parent 9cc0ecc6ff
commit f5d10eea0b
23 changed files with 130 additions and 52 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ Here is an example for a minimal project format:
repo: https://github.com/ray-project/ray
# Cluster to be instantiated by default when starting the project.
cluster: ray-project/cluster.yaml
cluster:
config: ray-project/cluster.yaml
# Commands/information to build the environment, once the cluster is
# instantiated. This can include the versions of python libraries etc.