We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3282890 commit a6c621eCopy full SHA for a6c621e
Dockerfile
@@ -12,6 +12,7 @@ ARG TARGETVARIANT
12
13
ENV BUILD_TYPE=${BUILD_TYPE}
14
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"}]'
16
ARG GO_TAGS="stablediffusion tts"
17
18
RUN apt-get update && \
0 commit comments