mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Java] Run java on mac with public ip (#19701)
This commit is contained in:
parent
ff7d35d246
commit
e4542be0d1
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ public class RunManager {
|
|||
command.add("--head");
|
||||
command.add("--redis-password");
|
||||
command.add(rayConfig.redisPassword);
|
||||
command.add("--node-ip-address");
|
||||
command.add(rayConfig.nodeIp);
|
||||
command.addAll(rayConfig.headArgs);
|
||||
|
||||
String numGpus = System.getProperty("num-gpus");
|
||||
|
|
Loading…
Add table
Reference in a new issue