Ray cluster CRD and example CR + multi-ray-cluster operator (#12098)

This commit is contained in:
Gekho457
2020-12-14 08:26:01 -08:00
committed by GitHub
parent 35f7d84dbe
commit 11ce1dc743
21 changed files with 5163 additions and 385 deletions
+1 -1
View File
@@ -451,7 +451,7 @@ setuptools.setup(
"ray=ray.scripts.scripts:main",
"rllib=ray.rllib.scripts:cli [rllib]",
"tune=ray.tune.scripts:cli",
"ray-operator=ray.operator:main",
"ray-operator=ray.operator.operator:main",
"serve=ray.serve.scripts:cli",
]
},