Commit 7c8ad09b authored by dengjb's avatar dengjb
Browse files

Update README.md

parent 77e338d0
......@@ -18,7 +18,6 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk
docker run -it -v /path/your_code_data/:/path/your_code_data/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
cd /path/workspace/
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r requirements.txt
```
### Dockerfile(方法二)
```
......@@ -44,7 +43,7 @@ Tips:以上dtk软件栈、python、torch、mmcv等DCU相关工具版本需要
```
cd workspace/
pip install -v -e .
pip install mmdet==3.2.0 -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r requirements.txt
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment