mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
build: 分开镜像
This commit is contained in:
parent
34d2b3d226
commit
8403ee16bd
|
|
@ -28,7 +28,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-and-push-to-fit2cloud-registry:
|
||||
if: ${{ contains(github.event.inputs.registry, 'fit2cloud') }}
|
||||
if: ${{ contains(github.event.inputs.registry, 'fit2cloud') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Disk Space
|
||||
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
docker buildx build --output "type=image,push=true" ${{ steps.prepare.outputs.buildx_args }} -f installer/Dockerfile
|
||||
|
||||
build-and-push-to-dockerhub:
|
||||
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
|
||||
if: ${{ contains(github.event.inputs.registry, 'dockerhub') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check Disk Space
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ MaxKB 是一款基于 LLM 大语言模型的知识库问答系统。
|
|||
## 快速开始
|
||||
|
||||
```
|
||||
docker run -d --name=maxkb -p 8080:8080 ghcr.io/1panel-dev/maxkb
|
||||
docker run -d --name=maxkb -p 8080:8080 1panel/maxkb
|
||||
```
|
||||
|
||||
也可以通过 [1Panel 应用商店](https://apps.fit2cloud.com/1panel) 快速部署 MaxKB + Ollama(Llama 2),30 分钟内即可上线基于本地大模型的知识库问答系统。
|
||||
|
|
|
|||
Loading…
Reference in New Issue