Commit 0a7eff2b authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 4563da83
......@@ -38,7 +38,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/migraphx:4.3.0-ubuntu20.04-d
```
创建并启动容器,安装相关依赖:
```
docker run --shm-size 16g --network=host --name=paddleocr_onnxruntime --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/paddleocr_onnxruntime:/home/paddleocr_onnxruntime -it <Your Image ID> /bin/bash
docker run --shm-size 16g --network=host --name=paddleocr_onnxruntime --privileged -v /opt/hyhal:/opt/hyhal --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/paddleocr_onnxruntime:/home/paddleocr_onnxruntime -it <Your Image ID> /bin/bash
# 激活dtk
source /opt/dtk/env.sh
......@@ -48,7 +48,7 @@ source /opt/dtk/env.sh
cd ./docker
docker build --no-cache -t paddleocr_onnxruntime:2.0 .
docker run --shm-size 16g --network=host --name=paddleocr_onnxruntime --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/paddleocr_onnxruntime:/home/paddleocr_onnxruntime -it <Your Image ID> /bin/bash
docker run --shm-size 16g --network=host --name=paddleocr_onnxruntime --privileged -v /opt/hyhal:/opt/hyhal --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/paddleocr_onnxruntime:/home/paddleocr_onnxruntime -it <Your Image ID> /bin/bash
```
## 数据集
......
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