Commit 9f10a1ac authored by liangjing's avatar liangjing
Browse files

Update README.md

parent 93abf0a7
......@@ -41,7 +41,7 @@ MaskRCNN通过使用RoI Align算法和Mask Head网络来实现像素级别的物
**Dockerfile (方法二)**
docker build --no-cache -t mlperf_maskrcnn:latest
docker build --no-cache -t mlperf_maskrcnn:latest .
docker run -it --name mlperf_maskrcnn --shm-size=32G --device=/dev/kfd --device=/dev/dri/ --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --ulimit memlock=-1:-1 --ipc=host --network host --group-add video -v <Host Path>:<Container Path> <Image ID> /bin/bash
# <Image ID>用上面拉取docker镜像的ID替换
# <Host Path>主机端路径
......
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