Commit 0c75b0d2 authored by suily's avatar suily
Browse files

Update README.md

parent ef851982
......@@ -38,6 +38,8 @@ docker run -it --name=RT-DETR --network=host --privileged=true --device=/dev/kfd
cd RT-DETR
# 安装依赖
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
wget https://download.sourcefind.cn:65024/directlink/4/onnxruntime/DAS1.2/onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install -r requirements.txt
```
### Dockerfile(方法二)
......@@ -48,6 +50,8 @@ docker run -it --name=RT-DETR --network=host --privileged=true --device=/dev/kfd
cd RT-DETR
# 安装依赖
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
wget https://download.sourcefind.cn:65024/directlink/4/onnxruntime/DAS1.2/onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install -r requirements.txt
```
### Anaconda(方法三)
......
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