attach.sh 86 B

1234
  1. #!/bin/bash
  2. name=${1-deepspeed}
  3. docker exec -i -w /home/deepspeed -t $name /bin/bash