mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Suppress warning in start_ray.sh about leaving child processes running when parent exits. (#429)
This commit is contained in:
parent
93679df724
commit
85b373a4be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue