IBMSpectrumComputing / ray-integration

Ray with LSF. Users can start up a Ray cluster on LSF, and run DL workloads through that either in a batch or interactive mode.
Apache License 2.0
14 stars 2 forks source link

Avoid selecting port number less than 20000 #9

Closed takaomoriyama closed 2 years ago

takaomoriyama commented 2 years ago

This is solution for https://github.com/IBMSpectrumComputing/ray-integration/issues/7.

Signed-off-by: Takao Moriyama moriyama@jp.ibm.com

takaomoriyama commented 2 years ago

Also included in this pull request is to avoid use of sudo for netstat command, and to specify number of CPUs and GPUs to ray start command.

asm582 commented 2 years ago

LGTM! Merging 🎉