docs: 更新README.md添加Docker构建说明

添加Docker镜像构建命令到README.md文档中,方便用户快速构建镜像
This commit is contained in:
2026-01-16 17:43:35 +08:00
parent b3b627ad5b
commit d876ec0e2b

View File

@@ -1,6 +1,12 @@
# llama.cpp # llama.cpp
> Sync from upstream `llama.cpp` repository tag `b7516` > Sync from upstream `llama.cpp` repository tag `b7516`
>
> Last version: git.modelhub.org.cn:9443/enginex-mthreads/mthreads-llama.cpp:b7516
## Build Docker Image
```bash
docker build -t git.modelhub.org.cn:9443/enginex-mthreads/mthreads-llama.cpp:b7516 .
```
![llama](https://user-images.githubusercontent.com/1991296/230134379-7181e485-c521-4d23-a0d6-f7b3b61ba524.png) ![llama](https://user-images.githubusercontent.com/1991296/230134379-7181e485-c521-4d23-a0d6-f7b3b61ba524.png)