Skip to content

Commit

Permalink
Update cloud_vm_ray_backend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizf authored Oct 28, 2024
1 parent 2a24671 commit ab83035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -3296,6 +3296,7 @@ def _exec_code_on_head(
) -> None:
"""Executes generated code on the head node."""
style = colorama.Style
fore = colorama.Fore

script_path = os.path.join(SKY_REMOTE_APP_DIR, f'sky_job_{job_id}')
remote_log_dir = self.log_dir
Expand Down

0 comments on commit ab83035

Please sign in to comment.