Self-contained TEI image for BAAI/bge-m3 with CPU and GPU tags, built for offline runtime.
124
callakrsos/tei-bge-m3Self-contained Text Embeddings Inference image for BAAI/bge-m3.
This repository provides prebuilt container images that include the model files inside the image, so the container can run without downloading from Hugging Face at startup.
callakrsos/tei-bge-m3:cpucallakrsos/tei-bge-m3:gpuBAAI/bge-m3 model baked into the imageHF_HUB_OFFLINE=1 enabled for offline runtime behaviorCPU:
podman run --rm -p 8080:80 callakrsos/tei-bge-m3:cpu
GPU:
podman run --rm -p 8081:80 --device nvidia.com/gpu=all callakrsos/tei-bge-m3:gpu
--device nvidia.com/gpu=all.ghcr.io/huggingface/text-embeddings-inference:cpu-ipex-latestghcr.io/huggingface/text-embeddings-inference:cuda-1.9This image was built from Hugging Face Text Embeddings Inference with a local
copy of BAAI/bge-m3 added to the container image.
Content type
Image
Digest
sha256:13e3f6994…
Size
6.1 GB
Last updated
4 months ago
docker pull callakrsos/tei-bge-m3:cpu