Skip to content

Commit

Permalink
Fix cluster name from handle (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj authored Jun 5, 2022
1 parent 16db6e2 commit 75f2804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/local_docker_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __new__(cls, s, **kw):
return str.__new__(cls, prefixed_str, **kw)

def get_cluster_name(self):
return self
return self.lstrip(_DOCKER_HANDLE_PREFIX)

# Define the Docker-in-Docker mount
_dind_mount = {
Expand Down

0 comments on commit 75f2804

Please sign in to comment.