mirror of
https://github.com/wassname/ray.git
synced 2026-07-30 12:30:30 +08:00
Enable starting and stopping ray with "ray start" and "ray stop". (#628)
* Install start_ray and stop_ray scripts in setup.py. * Update documentation. * Fix docker tests. * Implement stop_ray script in python. * Fix linting.
This commit is contained in:
committed by
Philipp Moritz
parent
a4d8e13094
commit
1a682e2807
@@ -7,4 +7,3 @@ ADD git-rev /ray/git-rev
|
||||
WORKDIR /ray/python
|
||||
RUN python setup.py install
|
||||
WORKDIR /ray
|
||||
RUN echo "tail -f /dev/null" >> scripts/start_ray.sh
|
||||
|
||||
Reference in New Issue
Block a user