Skip to content

Commit

Permalink
Make lambda setup thread daemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor committed Jul 5, 2023
1 parent e3b92f2 commit ad35589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/dstack/_internal/backend/lambdalabs/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _run_instance(
"user_ssh_key": user_ssh_key,
"launch_script": launch_script,
},
daemon=True,
)
thread.start()
return instance_id
Expand Down

0 comments on commit ad35589

Please sign in to comment.