Skip to content

Commit f570bfa

Browse files
committed
delete -w in docker run command
1 parent 65c9110 commit f570bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytorch/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ mthreads-gmi
2626
**请按照实际驱动环境,参考上述表格,更换启动docker命令中镜像名**
2727
```bash
2828
# S4000 Python3.8
29-
docker run -it --privileged --pull always --network=host --name=torch_musa_test -w /home/workspace -v /data:/data --env MTHREADS_VISIBLE_DEVICES=all --shm-size=80g registry.mthreads.com/mcconline/musa-pytorch-release-public:rc3.1.0-v1.3.0-S4000-py38 /bin/bash
29+
docker run -it --privileged --pull always --network=host --name=torch_musa_test -v /data:/data --env MTHREADS_VISIBLE_DEVICES=all --shm-size=80g registry.mthreads.com/mcconline/musa-pytorch-release-public:rc3.1.0-v1.3.0-S4000-py38 /bin/bash
3030
```
3131

3232
# 容器环境检查
33+
3334
```
3435
# 在容器内执行
3536
cd examples_on_musa/setup_musa/check

0 commit comments

Comments
 (0)