Skip to content

Commit

Permalink
Do not require sshd in task configuration for custom docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor-S committed Aug 1, 2023
1 parent 4a4de97 commit 80af494
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/dstack/_internal/configurators/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ def build_commands(self) -> List[str]:

def setup(self) -> List[str]:
commands = []
if self.conf.image:
commands += self.sshd.get_required_commands()
commands += self.sshd.get_setup_commands()
commands += self.conf.setup
return commands

Expand Down

0 comments on commit 80af494

Please sign in to comment.