Commit 9563495f authored by Rayyyyy's avatar Rayyyyy
Browse files

Update dtk version

parent 6ff2a399
...@@ -33,7 +33,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent ...@@ -33,7 +33,7 @@ CenterFace模型是一种基于单阶段人脸检测算法,作者借鉴了Cent
```bash ```bash
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10.1-py38 docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10.1-py38
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 docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
cd /your_code_path/centerface_pytorch/ cd /your_code_path/centerface_pytorch/
pip3 install -r requirements.txt pip3 install -r requirements.txt
...@@ -46,7 +46,7 @@ pip3 install -r requirements.txt ...@@ -46,7 +46,7 @@ pip3 install -r requirements.txt
```bash ```bash
cd ./docker cd ./docker
docker build --no-cache -t centerface:latest . docker build --no-cache -t centerface:latest .
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 docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/opt/hyhal/:ro --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
cd /your_code_path/centerface_pytorch/ cd /your_code_path/centerface_pytorch/
pip3 install -r requirements.txt 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