logo
ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4
linux/amd64 ghcr.io

文本嵌入推断

Hugging Face 提供了一个用于文本嵌入推断的 Docker 镜像。
13
浏览次数
685.48MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4
源镜像
ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4
镜像ID
sha256:8ce0330d3eae11511627a5b3eeef7001f76970ad3633d771147b57915c021dd7
镜像 TAG
cpu-1.9.4
镜像大小
685.48MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
--json-output
启动入口
text-embeddings-router
工作目录
OS/平台
linux/amd64
镜像创建
2026-09-15T09:01:24.827533538Z
同步时间
2026-09-20 14:27
浏览量
13 次
贡献者
⚙️ 环境变量 7
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
HUGGINGFACE_HUB_CACHE=/data 1
PORT=80 2
MKL_ENABLE_INSTRUCTIONS=AVX512_E4 3
RAYON_NUM_THREADS=8 4
LD_PRELOAD=/usr/local/libfakeintel.so 5
LD_LIBRARY_PATH=/usr/local/lib 6
🏷️ 镜像标签 8
KeyValue
2026-09-15T09:30:10.680Z org.opencontainers.image.created
A blazing fast inference solution for text embeddings models org.opencontainers.image.description
Apache-2.0 org.opencontainers.image.licenses
e80ef225ed0e6cb1717ce632a6a84b6cf211bb67 org.opencontainers.image.revision
https://github.com/huggingface/text-embeddings-inference org.opencontainers.image.source
text-embeddings-inference org.opencontainers.image.title
https://github.com/huggingface/text-embeddings-inference org.opencontainers.image.url
cpu-1.9.4 org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 12.15 Trivy 2026-09-20 14:27 查看完整报告
165
低危 LOW
127
中危 MEDIUM
73
高危 HIGH
5
严重 CRITICAL
受影响目标 (1)
ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4 (debian 12.15) debian

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4  ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4  ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4

Shell快速替换命令

sed -i 's#ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4  ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4  ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4'

镜像构建历史


# 2026-09-15 17:01:24  0.00B 设置默认要执行的命令
CMD ["--json-output"]
                        
# 2026-09-15 17:01:24  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["text-embeddings-router"]
                        
# 2026-09-15 17:01:24  71.37MB 复制新文件或目录到容器中
COPY /usr/src/target/release/text-embeddings-router /usr/local/bin/text-embeddings-router # buildkit
                        
# 2026-09-11 22:31:15  15.04KB 复制新文件或目录到容器中
COPY /usr/src/libfakeintel.so /usr/local/libfakeintel.so # buildkit
                        
# 2026-09-11 22:31:15  65.71MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_avx512.so.2 /usr/local/lib/libmkl_avx512.so.2 # buildkit
                        
# 2026-09-11 22:31:15  48.84MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_avx2.so.2 /usr/local/lib/libmkl_avx2.so.2 # buildkit
                        
# 2026-09-11 22:31:15  14.25MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_vml_avx512.so.2 /usr/local/lib/libmkl_vml_avx512.so.2 # buildkit
                        
# 2026-09-11 22:31:15  14.79MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_vml_avx2.so.2 /usr/local/lib/libmkl_vml_avx2.so.2 # buildkit
                        
# 2026-09-11 22:31:15  41.16MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_def.so.2 /usr/local/lib/libmkl_def.so.2 # buildkit
                        
# 2026-09-11 22:31:15  8.75MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_vml_def.so.2 /usr/local/lib/libmkl_vml_def.so.2 # buildkit
                        
# 2026-09-11 22:31:15  71.24MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_core.so.2 /usr/local/lib/libmkl_core.so.2 # buildkit
                        
# 2026-09-11 22:31:15  41.93MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_intel_thread.so.2 /usr/local/lib/libmkl_intel_thread.so.2 # buildkit
                        
# 2026-09-11 22:31:15  24.38MB 复制新文件或目录到容器中
COPY /opt/intel/oneapi/mkl/latest/lib/intel64/libmkl_intel_lp64.so.2 /usr/local/lib/libmkl_intel_lp64.so.2 # buildkit
                        
# 2026-09-11 22:26:37  208.23MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     libomp-dev     ca-certificates     libssl-dev     curl     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-09-11 22:26:37  0.00B 设置环境变量 HUGGINGFACE_HUB_CACHE PORT MKL_ENABLE_INSTRUCTIONS RAYON_NUM_THREADS LD_PRELOAD LD_LIBRARY_PATH
ENV HUGGINGFACE_HUB_CACHE=/data PORT=80 MKL_ENABLE_INSTRUCTIONS=AVX512_E4 RAYON_NUM_THREADS=8 LD_PRELOAD=/usr/local/libfakeintel.so LD_LIBRARY_PATH=/usr/local/lib
                        
# 2026-08-24 08:00:00  74.83MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
                        
                    

镜像信息

{
    "Id": "sha256:8ce0330d3eae11511627a5b3eeef7001f76970ad3633d771147b57915c021dd7",
    "RepoTags": [
        "ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4"
    ],
    "RepoDigests": [
        "ghcr.io/huggingface/text-embeddings-inference@sha256:2538ea1c9640d3763b15af668039d24172d063b42337b0c27796fc2be180c78d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/huggingface/text-embeddings-inference@sha256:1b8849c682fa2783d329966d39ed9170a9936871a11d6e13e25155991bfb1d1f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-15T09:01:24.827533538Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "HUGGINGFACE_HUB_CACHE=/data",
            "PORT=80",
            "MKL_ENABLE_INSTRUCTIONS=AVX512_E4",
            "RAYON_NUM_THREADS=8",
            "LD_PRELOAD=/usr/local/libfakeintel.so",
            "LD_LIBRARY_PATH=/usr/local/lib"
        ],
        "Cmd": [
            "--json-output"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "text-embeddings-router"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-09-15T09:30:10.680Z",
            "org.opencontainers.image.description": "A blazing fast inference solution for text embeddings models",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "e80ef225ed0e6cb1717ce632a6a84b6cf211bb67",
            "org.opencontainers.image.source": "https://github.com/huggingface/text-embeddings-inference",
            "org.opencontainers.image.title": "text-embeddings-inference",
            "org.opencontainers.image.url": "https://github.com/huggingface/text-embeddings-inference",
            "org.opencontainers.image.version": "cpu-1.9.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 685479641,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d1afea997316c6cd67ae8cc05bac2dda0c43695b5dbf756d214b37a47e0203b2/diff:/var/lib/docker/overlay2/5922a4edc6d7065cb6bc6d6dd56aa8b85c91b77c7c06761e27b5a3a722b6c432/diff:/var/lib/docker/overlay2/aea7bab5092ba44dbb6dc7d55d2e627ae223df854ab126fd4ca11cbc08f70d7b/diff:/var/lib/docker/overlay2/2e5cfe55d98cf986d8e4777681ed48d958f8b5121641f709c114927b06220fd7/diff:/var/lib/docker/overlay2/da23376fe576d9f04b432bef31f11619270108bba4aadb9ce43f2a94b72fbb40/diff:/var/lib/docker/overlay2/5c0040dd8e4894cabb8fd882f220ae39633c755d536c62828c287483f256bfe1/diff:/var/lib/docker/overlay2/9bf7f1e2f6e097da8921437d9e49ffbf4a85fc81f246d68e338dff16986197e9/diff:/var/lib/docker/overlay2/b387a61178b39c0f92d55ba7d1f9bf9d0f5ad207567d977a4668327475097389/diff:/var/lib/docker/overlay2/a52cb81813ba6f13dc817b3cc3e25528f12efb12e42a2d9ed72eb55aa29919aa/diff:/var/lib/docker/overlay2/b33d843e948e1acc10fb489a896a43958ad0f294bdbc2e75b7ce335bdaabd5d8/diff:/var/lib/docker/overlay2/c59a3bb3de580192a571a68724e4635cb22d83b8ad408ce37f993409f43e9483/diff:/var/lib/docker/overlay2/4fb6c997901baaa25dd38086f0725b76f93a41f9b69f12b775f5ea6819ef9344/diff",
            "MergedDir": "/var/lib/docker/overlay2/17560560df60bb70cb37a24338268e86f131feaa09927fdb1c964920d1221e9c/merged",
            "UpperDir": "/var/lib/docker/overlay2/17560560df60bb70cb37a24338268e86f131feaa09927fdb1c964920d1221e9c/diff",
            "WorkDir": "/var/lib/docker/overlay2/17560560df60bb70cb37a24338268e86f131feaa09927fdb1c964920d1221e9c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1d69a5fd31932841d7825ef4780c06f008eea65aaa9f3110fe09d5832ed5c7d8",
            "sha256:1e36b8800763d946c1657b3553953c067981bf58ba6ff3008024e8eed84761c0",
            "sha256:d643b21190a4ffd43b549bedeb9c208a4272ce98a887d003a4494afb562e616a",
            "sha256:96d1c1287011a5da78cf77ccc21525bd8336a0e28a606a073018593b16c23de5",
            "sha256:f08d90e5552aa1c32e00eb7c200f226d4e85fd5f795781908fcc5dc078de0218",
            "sha256:073cbd167dee0db7e3ee185fa2fe8bbd893c7f891501ce3cc3121362bce47dfc",
            "sha256:08cd4b2de730f40f0548ffcdc205c7950a3e9548de75a388b94c8957711caa1a",
            "sha256:fccc71243e5932029a6f8673678829a0ec595f6a6bd197768cd06356e0cf11a4",
            "sha256:ef53e3e7392b62b2f6d270b344227ffae63c3d4cf2d81590de18883f3afd5e44",
            "sha256:55346e90e6e5d68868288d7768f508c9d0684f0a50f8fed77052f947f98c51e4",
            "sha256:76e9928a54c26045f985f2db8241e7ed9f10a665f84fbb4b5e66455fe80b3528",
            "sha256:02dde3ceac7d7873ba96ca99c75568ebcc97aa5975da61493d1ef53785a3703d",
            "sha256:edd802d76c79ce6ff8dfe39bda02908b126ce0ba97d18c997fb8965b881efff1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-20T14:27:17.567530476+08:00"
    }
}

更多版本

ghcr.io/huggingface/text-embeddings-inference:1.6

linux/amd64 ghcr.io1.21GB2025-02-25 09:27
1711

ghcr.io/huggingface/text-embeddings-inference:1.7

linux/amd64 ghcr.io1.11GB2025-05-14 09:19
744

ghcr.io/huggingface/text-embeddings-inference:1.7.1

linux/amd64 ghcr.io1.11GB2025-06-13 16:46
576

ghcr.io/huggingface/text-embeddings-inference:1.7.2

linux/amd64 ghcr.io1.11GB2025-10-14 16:56
505

ghcr.io/huggingface/text-embeddings-inference:1.7.4

linux/amd64 ghcr.io1.11GB2025-07-08 09:31
529

ghcr.io/huggingface/text-embeddings-inference:1.8

linux/amd64 ghcr.io1.11GB2025-08-15 17:00
935

ghcr.io/huggingface/text-embeddings-inference:1.8.0

linux/amd64 ghcr.io1.11GB2025-08-15 16:52
478

ghcr.io/huggingface/text-embeddings-inference:1.9.2

linux/amd64 ghcr.io5.01GB2026-03-24 02:15
422

ghcr.io/huggingface/text-embeddings-inference:86-1.6.1

linux/amd64 ghcr.io1.31GB2025-03-31 11:03
643

ghcr.io/huggingface/text-embeddings-inference:86-1.7.0

linux/amd64 ghcr.io1.11GB2025-04-09 09:33
917

ghcr.io/huggingface/text-embeddings-inference:86-1.7.1

linux/amd64 ghcr.io1.11GB2025-06-09 16:24
499

ghcr.io/huggingface/text-embeddings-inference:86-1.8.2

linux/amd64 ghcr.io1.11GB2025-09-18 21:54
509

ghcr.io/huggingface/text-embeddings-inference:86-1.9

linux/amd64 ghcr.io5.01GB2026-02-25 00:16
419

ghcr.io/huggingface/text-embeddings-inference:86-1.9.2

linux/amd64 ghcr.io5.01GB2026-05-08 01:07
235

ghcr.io/huggingface/text-embeddings-inference:89-1.8

linux/amd64 ghcr.io1.11GB2025-10-22 18:00
633

ghcr.io/huggingface/text-embeddings-inference:cpu-1.2

linux/amd64 ghcr.io636.68MB2024-07-25 11:53
1380

ghcr.io/huggingface/text-embeddings-inference:cpu-1.6

linux/amd64 ghcr.io659.95MB2025-02-25 09:47
1051

ghcr.io/huggingface/text-embeddings-inference:cpu-1.7

linux/amd64 ghcr.io683.64MB2025-04-29 22:28
1072

ghcr.io/huggingface/text-embeddings-inference:cpu-1.7.2

linux/amd64 ghcr.io684.24MB2025-10-14 15:13
488

ghcr.io/huggingface/text-embeddings-inference:cpu-1.8

linux/amd64 ghcr.io684.32MB2025-09-04 10:19
916

ghcr.io/huggingface/text-embeddings-inference:cpu-1.8.2

linux/amd64 ghcr.io685.78MB2025-12-08 15:35
482

ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.2

linux/amd64 ghcr.io686.07MB2026-03-23 09:55
728

ghcr.io/huggingface/text-embeddings-inference:cpu-1.9.4

linux/amd64 ghcr.io685.48MB2026-09-20 14:27
12

ghcr.io/huggingface/text-embeddings-inference:cpu-arm64-latest

linux/arm64 ghcr.io343.30MB2026-04-27 22:46
429

ghcr.io/huggingface/text-embeddings-inference:cpu-ipex-latest

linux/amd64 ghcr.io3.46GB2026-07-16 16:22
162

ghcr.io/huggingface/text-embeddings-inference:cpu-latest

linux/amd64 ghcr.io660.31MB2024-12-04 09:13
1815

ghcr.io/huggingface/text-embeddings-inference:cuda-1.8.1

linux/amd64 ghcr.io2.65GB2025-09-11 17:54
1297

ghcr.io/huggingface/text-embeddings-inference:cuda-1.9

linux/amd64 ghcr.io5.17GB2026-02-25 09:12
698

ghcr.io/huggingface/text-embeddings-inference:cuda-1.9.2

linux/amd64 ghcr.io5.17GB2026-03-13 00:40
494

ghcr.io/huggingface/text-embeddings-inference:hopper-1.7

linux/amd64 ghcr.io1.11GB2025-04-14 16:27
749

ghcr.io/huggingface/text-embeddings-inference:hopper-1.7.1

linux/amd64 ghcr.io1.12GB2025-06-11 17:26
615

ghcr.io/huggingface/text-embeddings-inference:hopper-1.8

linux/amd64 ghcr.io1.12GB2025-09-11 18:36
454

ghcr.io/huggingface/text-embeddings-inference:latest

linux/amd64 ghcr.io1.11GB2025-04-17 14:51
1176

ghcr.io/huggingface/text-embeddings-inference:turing-1.5

linux/amd64 ghcr.io900.87MB2024-10-23 11:14
1385

ghcr.io/huggingface/text-embeddings-inference:turing-1.7.2

linux/amd64 ghcr.io929.91MB2026-03-26 16:18
311

ghcr.io/huggingface/text-embeddings-inference:turing-1.8

linux/amd64 ghcr.io930.07MB2025-10-31 18:57
599

ghcr.io/huggingface/text-embeddings-inference:turing-1.9.2

linux/amd64 ghcr.io4.82GB2026-03-24 01:41
424

ghcr.io/huggingface/text-embeddings-inference:turing-1.9.3

linux/amd64 ghcr.io4.82GB2026-07-22 18:00
206
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×