mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
name=${1-deepspeed}
|
|
docker exec -i -w /home/deepspeed -t $name /bin/bash
|