Skip to content

Commit a6c621e

Browse files
authored
feat: pre-configure LocalAI galleries (#886)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3282890 commit a6c621e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ARG TARGETVARIANT
1212

1313
ENV BUILD_TYPE=${BUILD_TYPE}
1414
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"
15+
ENV GALLERIES='[{"name":"model-gallery", "url":"github:go-skynet/model-gallery/index.yaml"}, {"url": "github:go-skynet/model-gallery/huggingface.yaml","name":"huggingface"}]'
1516
ARG GO_TAGS="stablediffusion tts"
1617

1718
RUN apt-get update && \

0 commit comments

Comments
 (0)