Commit 8e9b2d27 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent a4290e0c
...@@ -68,7 +68,7 @@ cd .. ...@@ -68,7 +68,7 @@ cd ..
### Dockerfile(方法二) ### Dockerfile(方法二)
``` ```
cd docker cd llama_fastchat_pytorch
docker build --no-cache -t llama_fastchat:latest . docker build --no-cache -t llama_fastchat:latest .
docker run --shm-size 64g --network=host --name=llama_fastchat --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /opt/hyhal:/opt/hyhal:ro -v <Host Path>:<Container Path> -it llama_fastchat:latest bash docker run --shm-size 64g --network=host --name=llama_fastchat --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /opt/hyhal:/opt/hyhal:ro -v <Host Path>:<Container Path> -it llama_fastchat:latest 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