Commit ea44851a authored by dcuai's avatar dcuai
Browse files

Update README.md

parent a4ca9b29
...@@ -39,7 +39,7 @@ source /opt/dtk/env.sh ...@@ -39,7 +39,7 @@ source /opt/dtk/env.sh
``` ```
cd ./docker cd ./docker
docker build --no-cache -t bert_migraphx:2.0 . docker build --no-cache -t bert_migraphx:4.3.0 .
docker run --shm-size 16g --network=host --name=bert_migraphx -v /opt/hyhal:/opt/hyhal:ro --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/bert_migraphx:/home/bert_migraphx -it <Your Image ID> /bin/bash docker run --shm-size 16g --network=host --name=bert_migraphx -v /opt/hyhal:/opt/hyhal:ro --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/bert_migraphx:/home/bert_migraphx -it <Your Image ID> /bin/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