mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: add built image from DockerHub (#2042)
* chore: update docker-compose with profiles * docs: add quick start doc * chore: generate docker release when new version is released * chore: add dockerhub image in docker-compose * docs: update quickstart with local/remote images * chore: update docker tag * chore: refactor dockerfile names * chore: update docker-compose names * docs: update llamacpp naming * fix: naming * docs: fix llamacpp command
This commit is contained in:
parent
1c665f7900
commit
f09f6dd255
5 changed files with 62 additions and 39 deletions
4
.github/workflows/generate-release.yml
vendored
4
.github/workflows/generate-release.yml
vendored
|
|
@ -9,7 +9,7 @@ env:
|
|||
REGISTRY: docker.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
DEFAULT_TYPE: "external"
|
||||
DEFAULT_TYPE: "ollama"
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
type: [ local, external ]
|
||||
type: [ llamacpp-cpu, ollama ]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue