Skip to content

Commit

Permalink
Add --attach flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed Mar 20, 2020
1 parent c4f3054 commit 45fd329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/popper/runner_slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def run(self, step):
return ecode

def start_container(self, cid):
docker_cmd = f"docker start {cid}"
docker_cmd = f"docker start --attach {cid}"
ecode = self.exec_srun_cmd(docker_cmd.split(" "))
return ecode

Expand Down

0 comments on commit 45fd329

Please sign in to comment.