Skip to content

Commit 8abf811

Browse files
committed
Fix RayCodeGen
Signed-off-by: Aylei <[email protected]>
1 parent 36c0b4a commit 8abf811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sky/backends/cloud_vm_ray_backend.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ def add_prologue(self, job_id: int) -> None:
302302
from sky.skylet import autostop_lib
303303
from sky.skylet import constants
304304
from sky.skylet import job_lib
305+
from sky.utils import context
306+
from sky.utils import context_utils
305307
from sky.utils import log_utils
306308
from sky.utils import subprocess_utils
307309

0 commit comments

Comments
 (0)