mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 03:27:50 +08:00
Suppress warning in start_ray.sh about leaving child processes running when parent exits. (#429)
This commit is contained in:
committed by
Philipp Moritz
parent
93679df724
commit
85b373a4be
@@ -2,4 +2,4 @@
|
||||
|
||||
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
||||
|
||||
python "$ROOT_DIR/start_ray.py" "$@"
|
||||
python "$ROOT_DIR/start_ray.py" "$@" 2> /dev/null
|
||||
|
||||
Reference in New Issue
Block a user