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:
Javier Martinez 2024-08-05 17:15:38 +02:00 committed by GitHub
parent 1c665f7900
commit f09f6dd255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 62 additions and 39 deletions

View file

@ -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