Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingchat
/
tei
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2fea78
tei
/
Dockerfile
nsarrazin
push
c2fea78
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
207 Bytes
FROM
ghcr.io/huggingface/text-embeddings-inference:
1.2
.
2
ENTRYPOINT
[
"text-embeddings-router"
,
"--model-id"
,
"jinaai/jina-embeddings-v2-base-en"
,
"--hf-api-token"
,
"
${HF_TOKEN}
"
,
"--api-key"
,
"
${HF_TOKEN}
"
]