12 lines
286 B
Markdown
12 lines
286 B
Markdown
## deepspeed docker image build
|
|
|
|
```shell
|
|
docker-compose -f docker-compose_pytorch1.13.yml build
|
|
docker-compose -f docker-compose_pytorch2.3.yml build
|
|
```
|
|
|
|
## test command
|
|
|
|
```shell
|
|
docker run -it --gpus all --name deepspeed_test --shm-size=1gb --rm hotwa/deepspeed:latest /bin/bash
|
|
``` |