https://github.com/ray-project/ray-scripts
Experimental scripts for deploying and using Ray
https://github.com/ray-project/ray-scripts
Last synced: 10 months ago
JSON representation
Experimental scripts for deploying and using Ray
- Host: GitHub
- URL: https://github.com/ray-project/ray-scripts
- Owner: ray-project
- Created: 2017-04-29T20:13:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T20:19:23.000Z (over 8 years ago)
- Last Synced: 2025-01-15T21:42:20.261Z (12 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ray scripts
After workers.txt is set up as described in [the Ray documentation](http://ray.readthedocs.io/en/latest/using-ray-on-a-large-cluster.html), Ray can be installed on a cluster using
```
parallel-ssh -x "-o StrictHostKeyChecking=no" -i -h workers.txt -P -t 0 -I < install_on_ubuntu.sh
```