Commit 376e5aac authored by dengjb's avatar dengjb
Browse files

Update README.md

parent 729baaba
......@@ -32,7 +32,7 @@ pip3 install git+https://github.com/openai/CLIP.git
```
cd ./docker
docker build --no-cache -t crnn_pytorch:last .
docker build --no-cache -t fastsam_pytorch:last .
# <your IMAGE ID>为以上拉取的docker的镜像ID替换
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID 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