mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:00:36 +08:00
remove installation of dependencies from setup script (#239)
This commit is contained in:
committed by
Philipp Moritz
parent
1138936fce
commit
e1a74eadbe
@@ -51,6 +51,7 @@ def _install_ray(node_ip_addresses, username, key_file, installation_directory):
|
||||
cd "{}" &&
|
||||
git clone "https://github.com/amplab/ray";
|
||||
cd ray;
|
||||
./install-dependencies.sh;
|
||||
./setup.sh;
|
||||
./build.sh
|
||||
""".format(installation_directory, installation_directory)
|
||||
|
||||
Reference in New Issue
Block a user