Skip to content

Commit

Permalink
[Jobs] Fix jobs controller dashboard (#3760)
Browse files Browse the repository at this point in the history
Fix controller dashboard
  • Loading branch information
Michaelvll committed Jul 18, 2024
1 parent b6620b0 commit a4d9029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/utils/controller_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def shared_controller_vars_to_fill(
# cloud SDKs are installed in SkyPilot runtime environment and can be
# accessed.
'sky_activate_python_env': constants.ACTIVATE_SKY_REMOTE_PYTHON_ENV,
'sky_python_cmd': constants.SKY_PYTHON_CMD,
}
env_vars: Dict[str, str] = {
env.value: '1' for env in env_options.Options if env.get()
Expand Down

0 comments on commit a4d9029

Please sign in to comment.