Commit 0b5ec6b0 authored by liangjing's avatar liangjing
Browse files

Update README.md

parent 1b0d9c8c
......@@ -32,7 +32,7 @@ ResNet50是一种用于图像识别的深度神经网络模型,该模型由一
**Dockerfile (方法二)**
docker build --no-cache -t mlperf_resnet50:latest
docker build --no-cache -t mlperf_resnet50:latest .
docker run -it --name mlperf_resnet50 --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