Skip to content

Commit f906f13

Browse files
author
jiangpeiling
committed
🐛 Fixed ray startup failure.
1 parent c152d29 commit f906f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backend/data_process/ray_config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,6 @@ def init_ray_for_service(
215215
include_dashboard=include_dashboard,
216216
dashboard_port=dashboard_port
217217
)
218+
219+
# Create a global RayConfig instance accessible throughout the module
220+
ray_config = RayConfig()

0 commit comments

Comments
 (0)