Skip to content

Commit

Permalink
Merge pull request #1184 from rapidsai/branch-23.06
Browse files Browse the repository at this point in the history
Forward-merge branch-23.06 to branch-23.08
  • Loading branch information
GPUtester authored May 26, 2023
2 parents e9365a2 + 856c4fe commit e7a4bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dask_cuda/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,7 @@ def config(
else:
client = Client(scheduler, security=security)
print_cluster_config(client)


if __name__ == "__main__":
worker()

0 comments on commit e7a4bcd

Please sign in to comment.