Commit cdab2fb2 authored by zhaoying1's avatar zhaoying1
Browse files

Update README.md

parent 321e2f31
...@@ -44,8 +44,8 @@ pip install accelerate sentencepiece mdtex2html gradio rouge_chinese nltk jieba ...@@ -44,8 +44,8 @@ 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=baichuan --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 baichuan:latest
docker exec -it baichuan /bin/bash docker exec -it chatglm /bin/bash
``` ```
### Conda(方法三) ### Conda(方法三)
......
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