embed_service / Dockerfile
ppsingh's picture
Create Dockerfile
a6217eb verified
raw
history blame
228 Bytes
# Use the official Text Embeddings Inference Docker image
FROM ghcr.io/huggingface/text-embeddings-inference:latest
# The TEI container is now configured via environment variables.
# No other commands are typically needed here.