Commit 28e83e13 authored by zhaoying1's avatar zhaoying1
Browse files

Update README.md

parent 585574e4
...@@ -44,7 +44,7 @@ pip install accelerate sentencepiece mdtex2html gradio rouge_chinese nltk jieba ...@@ -44,7 +44,7 @@ pip install accelerate sentencepiece mdtex2html gradio rouge_chinese nltk jieba
### Dockerfile(方式二) ### Dockerfile(方式二)
``` ```
docker build -t chatglm:latest . docker build -t chatglm:latest .
docker run -dit --network=host --name=chatglm --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 baichuan:latest docker run -dit --network=host --name=chatglm --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 chatglm:latest
docker exec -it chatglm /bin/bash docker exec -it chatglm /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