Skip to content

Commit eb4901a

Browse files
committed
Revert "addng port for gcs"
This reverts commit d5a9d9f.
1 parent d5a9d9f commit eb4901a

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

‎modules/api/ray.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
if "RAY_DOCKER" in os.environ:
1515
ray.init(
1616
dashboard_host=os.environ.get("RAY_DASHBOARD_HOST", "0.0.0.0"),
17-
dashboard_port=int(os.environ.get("RAY_DASHBOARD_PORT", 8265)),
18-
port=int(os.environ.get("RAY_GCS_PORT", 6379)),
17+
dashboard_port=int(os.environ.get("RAY_DASHBOARD_PORT", 8265))
1918
)
2019
else:
2120
ray.init()

‎webui-user.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@
5555
#export RAY_ADDRESS='ray://ray-head:10001'
5656
#export RAY_DOCKER="True"
5757
#export RAY_DASHBOARD_PORT=8265
58-
#export RAY_DASHBOARD_HOST="0.0.0.0"
59-
#export RAY_GCS_PORT=6379
58+
#export RAY_DASHBOARD_HOST="0.0.0.0"

0 commit comments

Comments
 (0)