Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Apr 19, 2024
1 parent 43f4038 commit 74e5556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dagster_ray/kuberay/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def _build_raycluster(
Builds a RayCluster from the provided configuration, while injecting custom image and labels (only known during resource setup)
"""
# TODO: inject self.redis_port and self.dashboard_port into the RayCluster configuration
# TODO: autoa-apply some tags from dagster-k8s/config

labels = labels or {}
assert isinstance(labels, dict)
Expand Down

0 comments on commit 74e5556

Please sign in to comment.