Commit cf962980 authored by liangjing's avatar liangjing
Browse files

Update README.md

parent 329a8aec
......@@ -31,7 +31,7 @@ Minogo是一个基于深度强化学习的围棋程序,模型灵感来源于Go
**Dockerfile (方法二)**
docker build --no-cache -t mlperf_minigo:latest
docker build --no-cache -t mlperf_minigo:latest .
docker run -it --name mlperf_minigo --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