Skip to content

Commit

Permalink
Fixed docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav2001 committed Jan 5, 2024
1 parent 7a5a603 commit 8c873bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ def add_cluster(
docker_user: If not None, use this user to ssh into the docker
"""
username = auth_config['ssh_user']
print("In add cluster")
if docker_user is not None:
username = docker_user
key_path = os.path.expanduser(auth_config['ssh_private_key'])
Expand Down

0 comments on commit 8c873bd

Please sign in to comment.