File size: 291 Bytes
fe6dce9
76a10e4
130b24b
76a10e4
1ccf203
b593f27
a9e284c
105f58c
b593f27
73fe58d
e3cb2ba
 
11bc8de
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM ghcr.io/huggingface/text-embeddings-inference:cpu-1.9

ENV MODEL_ID=Qwen/Qwen3-Embedding-0.6B
ENV PORT=7860
ENV MAX_CONCURRENT_REQUESTS=8
ENV MAX_BATCH_TOKENS=512
ENV MAX_CLIENT_BATCH_SIZE=32
ENV DTYPE=float16
ENV MAX_INPUT_LENGTH=512

EXPOSE 7860

ENTRYPOINT ["text-embeddings-router"]