"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "fee994ce755d29ec62806df19e5359c7f8851605"
Commit 22e11fd7 authored by yuhai's avatar yuhai
Browse files

Update README.md

parent 6ec642b0
...@@ -40,10 +40,7 @@ cd /path/to/dockerfile ...@@ -40,10 +40,7 @@ cd /path/to/dockerfile
docker build --no-cache -t SAM_pytorch:latest . docker build --no-cache -t SAM_pytorch:latest .
docker run -it --network=host --name=SAM_pytorch --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16g --group-add video --cap-add=SYS_PTRACE -it SAM_pytorch:latest bash docker run -it --network=host --name=SAM_pytorch --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16g --group-add video --cap-add=SYS_PTRACE -it SAM_pytorch:latest bash
``` ```
安装其他依赖:
```
pip install opencv-python pycocotools matplotlib onnxruntime onnx
```
### Anaconda(方法三) ### Anaconda(方法三)
直接使用pip install的方式安装 直接使用pip install的方式安装
``` ```
......
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