Skip to content

Commit

Permalink
fix in cmd runner as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Aug 23, 2024
1 parent ede2db9 commit 24cf958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/skylet/providers/command_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def docker_start_cmds(
'--cap-add=SYS_ADMIN',
'--device=/dev/fuse',
'--security-opt=apparmor:unconfined',
'--entrypoint=/bin/bash',
image,
'bash',
]
return ' '.join(docker_run)

Expand Down

0 comments on commit 24cf958

Please sign in to comment.