From d876ec0e2bea0732394fdf0f4aaed075214dda8d Mon Sep 17 00:00:00 2001 From: xiezhongtao Date: Fri, 16 Jan 2026 17:43:35 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README.md=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0Docker=E6=9E=84=E5=BB=BA=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加Docker镜像构建命令到README.md文档中,方便用户快速构建镜像 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 44540f4..3939df9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # llama.cpp > 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)