Skip to content

Commit ae57fd0

Browse files
authored
Merge pull request #43 from MooreThreads/update_docker_command
delete -w in docker run command
2 parents 65c9110 + b5d5bb2 commit ae57fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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
# 容器环境检查

0 commit comments

Comments
 (0)