mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 00:34:37 +08:00
[Dashboard] Change default port from 8080 to 8265 (#6503)
* [Dashboard] Change default port from 8080 to 8265 * Revise order of imports in pip install setup command
This commit is contained in:
@@ -1040,7 +1040,7 @@ def start_dashboard(host,
|
||||
Returns:
|
||||
ProcessInfo for the process that was started.
|
||||
"""
|
||||
port = 8080
|
||||
port = 8265 # Note: list(map(ord, "RAY")) == [82, 65, 89]
|
||||
while True:
|
||||
try:
|
||||
port_test_socket = socket.socket()
|
||||
|
||||
Reference in New Issue
Block a user