docs: 更新README.md添加Docker构建说明
添加Docker镜像构建命令到README.md文档中,方便用户快速构建镜像
This commit is contained in:
@@ -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 .
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user