From a6c621ef7f3be6948fc402718c07a5b47b4ed2cb Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 12 Aug 2023 11:25:17 +0200 Subject: [PATCH] feat: pre-configure LocalAI galleries (#886) Signed-off-by: Ettore Di Giacinto --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ac4e94d2..cc4c066c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ ARG TARGETVARIANT ENV BUILD_TYPE=${BUILD_TYPE} ENV EXTERNAL_GRPC_BACKENDS="huggingface-embeddings:/build/extra/grpc/huggingface/huggingface.py,autogptq:/build/extra/grpc/autogptq/autogptq.py,bark:/build/extra/grpc/bark/ttsbark.py,diffusers:/build/extra/grpc/diffusers/backend_diffusers.py,exllama:/build/extra/grpc/exllama/exllama.py" +ENV GALLERIES='[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]' ARG GO_TAGS="stablediffusion tts" RUN apt-get update && \