Commit 10ebe8ef authored by lijian's avatar lijian
Browse files

change for running in dtk24.04


Signed-off-by: default avatarlijian <lijina6@sugon.com>
parent 55aa6e95
......@@ -15,7 +15,7 @@ YOLOv7的作者提出了 Extended-ELAN (E-ELAN)结构。E-ELAN采用了ELAN类
### Docker(方法一)
```
triton server端:
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:tritonserver-2.37.0dev_dtk-23.04-ubuntu22.04.1-py38
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:tritonserver-v2.45.0_dtk-24.04-ubuntu20.04-py310
# <your IMAGE ID>用以上拉取的docker的镜像ID替换
docker run --shm-size 10g --network=host --name=tritonserver --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it <your IMAGE ID> bash
triton client端:
......
FROM image.sourcefind.cn:5000/dcu/admin/base/custom:tritonserver-2.37.0dev_dtk-23.04-ubuntu22.04.1-py38
FROM image.sourcefind.cn:5000/dcu/admin/base/custom:tritonserver-v2.45.0_dtk-24.04-ubuntu20.04-py310
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