ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino linux/amd64

ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino - 国内下载镜像源 浏览次数:10
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino
镜像ID sha256:08b0c7d6e5f673d9ab47167d83e3f84d6dfb563b35833a158e5fc8104c190335
镜像TAG v1.138.0-openvino
大小 1.29GB
镜像源 ghcr.io
CMD python -m immich_ml
启动入口 tini --
工作目录 /usr/src
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2025-08-13T14:01:47.795751819Z
同步时间 2025-08-16 19:44
更新时间 2025-08-17 03:44
环境变量
PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.11.13 PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a TRANSFORMERS_CACHE=/cache PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/usr/src DEVICE=openvino VIRTUAL_ENV=/opt/venv MACHINE_LEARNING_CACHE_FOLDER=/cache IMMICH_BUILD=16974881662 IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/16974881662 IMMICH_BUILD_IMAGE=v1.138.0 IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-machine-learning IMMICH_REPOSITORY=immich-app/immich IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich IMMICH_SOURCE_REF=v1.138.0 IMMICH_SOURCE_COMMIT=bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0 IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
镜像标签
2025-08-14T19:35:33.731Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0: org.opencontainers.image.revision https://github.com/immich-app/immich: org.opencontainers.image.source immich: org.opencontainers.image.title https://github.com/immich-app/immich: org.opencontainers.image.url v1.138.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino  ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino  ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino

Shell快速替换命令

sed -i 's#ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino  ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino  ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino'

镜像构建历史


# 2025-08-13 22:01:47  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-08-13 22:01:47  0.00B 设置默认要执行的命令
CMD ["python" "-m" "immich_ml"]
                        
# 2025-08-13 22:01:47  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v1.138.0
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_BUILD_IMAGE_URL
ENV IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-machine-learning
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v1.138.0
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/16974881662
                        
# 2025-08-13 22:01:47  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=16974881662
                        
# 2025-08-13 22:01:47  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
                        
# 2025-08-13 22:01:47  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v1.138.0
                        
# 2025-08-13 22:01:47  0.00B 定义构建参数
ARG BUILD_IMAGE=v1.138.0
                        
# 2025-08-13 22:01:47  0.00B 定义构建参数
ARG BUILD_ID=16974881662
                        
# 2025-08-13 22:01:47  67.78KB 复制新文件或目录到容器中
COPY immich_ml immich_ml # buildkit
                        
# 2025-08-13 22:01:47  368.00B 复制新文件或目录到容器中
COPY scripts/healthcheck.py . # buildkit
                        
# 2025-08-13 22:01:47  903.52MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2025-08-13 22:01:24  3.58KB 执行命令并创建新的镜像层
RUN |1 DEVICE=openvino /bin/sh -c echo "hard core 0" >> /etc/security/limits.conf &&     echo "fs.suid_dumpable 0" >> /etc/sysctl.conf &&     echo 'ulimit -S -c 0 > /dev/null 2>&1' >> /etc/profile # buildkit
                        
# 2025-08-13 22:01:24  0.00B 设置环境变量 TRANSFORMERS_CACHE PYTHONDONTWRITEBYTECODE PYTHONUNBUFFERED PATH PYTHONPATH DEVICE VIRTUAL_ENV MACHINE_LEARNING_CACHE_FOLDER
ENV TRANSFORMERS_CACHE=/cache PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PYTHONPATH=/usr/src DEVICE=openvino VIRTUAL_ENV=/opt/venv MACHINE_LEARNING_CACHE_FOLDER=/cache
                        
# 2025-08-13 22:01:24  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-08-13 22:01:24  42.00B 执行命令并创建新的镜像层
RUN |1 DEVICE=openvino /bin/sh -c ln -s "/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2" /usr/lib/libmimalloc.so.2 # buildkit
                        
# 2025-08-13 22:01:24  1.17MB 执行命令并创建新的镜像层
RUN |1 DEVICE=openvino /bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends tini $(if ! [ "$DEVICE" = "openvino" ] && ! [ "$DEVICE" = "rocm" ]; then echo "libmimalloc2.0"; fi) &&     apt-get autoremove -yqq &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-08-13 22:01:24  0.00B 定义构建参数
ARG DEVICE=openvino
                        
# 2025-08-13 22:01:18  253.77MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update &&     apt-get install --no-install-recommends -yqq ocl-icd-libopencl1 wget &&     wget -nv https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17384.11/intel-igc-core_1.0.17384.11_amd64.deb &&     wget -nv https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17384.11/intel-igc-opencl_1.0.17384.11_amd64.deb &&     wget -nv https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/intel-opencl-icd_24.31.30508.7_amd64.deb &&     wget -nv https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/libigdgmm12_22.4.1_amd64.deb &&     dpkg -i *.deb &&     rm *.deb &&     apt-get remove wget -yqq &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-08-09 02:20:34  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-08-09 02:20:34  36.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 pip3 pydoc3 python3 python3-config; do 		dst="$(echo "$src" | tr -d 3)"; 		[ -s "/usr/local/bin/$src" ]; 		[ ! -e "/usr/local/bin/$dst" ]; 		ln -svT "$src" "/usr/local/bin/$dst"; 	done # buildkit
                        
# 2025-08-09 02:20:34  45.82MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends 		dpkg-dev 		gcc 		gnupg 		libbluetooth-dev 		libbz2-dev 		libc6-dev 		libdb-dev 		libffi-dev 		libgdbm-dev 		liblzma-dev 		libncursesw5-dev 		libreadline-dev 		libsqlite3-dev 		libssl-dev 		make 		tk-dev 		uuid-dev 		wget 		xz-utils 		zlib1g-dev 	; 		wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; 	echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; 	wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; 	GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; 	gpg --batch --verify python.tar.xz.asc python.tar.xz; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" python.tar.xz.asc; 	mkdir -p /usr/src/python; 	tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; 	rm python.tar.xz; 		cd /usr/src/python; 	gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; 	./configure 		--build="$gnuArch" 		--enable-loadable-sqlite-extensions 		--enable-optimizations 		--enable-option-checking=fatal 		--enable-shared 		$(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') 		--with-ensurepip 	; 	nproc="$(nproc)"; 	EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; 	LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; 	LDFLAGS="${LDFLAGS:--Wl},--strip-all"; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		python 	; 	make install; 		cd /; 	rm -rf /usr/src/python; 		find /usr/local -depth 		\( 			\( -type d -a \( -name test -o -name tests -o -name idle_test \) \) 			-o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) 		\) -exec rm -rf '{}' + 	; 		ldconfig; 		apt-mark auto '.*' > /dev/null; 	apt-mark manual $savedAptMark; 	find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' 		| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' 		| sort -u 		| xargs -rt dpkg-query --search 		| awk 'sub(":$", "", $1) { print $1 }' 		| sort -u 		| xargs -r apt-mark manual 	; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	rm -rf /var/lib/apt/lists/*; 		export PYTHONDONTWRITEBYTECODE=1; 	python3 --version; 		pip3 install 		--disable-pip-version-check 		--no-cache-dir 		--no-compile 		'setuptools==65.5.1' 		'wheel<0.46' 	; 	pip3 --version # buildkit
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.11.13
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2025-08-09 02:20:34  9.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		ca-certificates 		netbase 		tzdata 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-08-09 02:20:34  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-08-09 02:20:34  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
                        
                    

镜像信息

{
    "Id": "sha256:08b0c7d6e5f673d9ab47167d83e3f84d6dfb563b35833a158e5fc8104c190335",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:c7d234f4edcd45c259eda2cebfbf3106ab16880ce41e90ccd2c3ee64bb50e79d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:61662f1500d4b57d60db1d6c9aa5ee386ca95ad686e64c4e88f5312fc5b238d8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-13T14:01:47.795751819Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
            "PYTHON_VERSION=3.11.13",
            "PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a",
            "TRANSFORMERS_CACHE=/cache",
            "PYTHONDONTWRITEBYTECODE=1",
            "PYTHONUNBUFFERED=1",
            "PYTHONPATH=/usr/src",
            "DEVICE=openvino",
            "VIRTUAL_ENV=/opt/venv",
            "MACHINE_LEARNING_CACHE_FOLDER=/cache",
            "IMMICH_BUILD=16974881662",
            "IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/16974881662",
            "IMMICH_BUILD_IMAGE=v1.138.0",
            "IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-machine-learning",
            "IMMICH_REPOSITORY=immich-app/immich",
            "IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich",
            "IMMICH_SOURCE_REF=v1.138.0",
            "IMMICH_SOURCE_COMMIT=bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0",
            "IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0"
        ],
        "Cmd": [
            "python",
            "-m",
            "immich_ml"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "python3 healthcheck.py"
            ]
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/src",
        "Entrypoint": [
            "tini",
            "--"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-08-14T19:35:33.731Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0",
            "org.opencontainers.image.source": "https://github.com/immich-app/immich",
            "org.opencontainers.image.title": "immich",
            "org.opencontainers.image.url": "https://github.com/immich-app/immich",
            "org.opencontainers.image.version": "v1.138.0"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1288405698,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2a048dff07a6065bd9da4f539099a26072bd6f2df9ddc6d74839bffa7726ecb5/diff:/var/lib/docker/overlay2/2e9c43d5ecbac9cd4de6b44f4446e54d2bd9179431091b386dc88c83678b6d55/diff:/var/lib/docker/overlay2/9d5a76b6ace348aaaff9d6e7d8b32869699f95fa9968c7b8b3e2ff71db292dbf/diff:/var/lib/docker/overlay2/968f6b3a28cf5800d51e39fc1dfe7d105951f2e1764f1ce343eb49213a2d3055/diff:/var/lib/docker/overlay2/8ea5d31e61f092a6db695ffd0b82d82afe10ab544cf324dd13b11b02f958aedd/diff:/var/lib/docker/overlay2/e8011010fca981cfe960e1b931f4391e404aa2eb5b7c38e2a46da1afa7e0a9e9/diff:/var/lib/docker/overlay2/4ea3cf2c96dcaaff4da57fa72dbb5f4252e817bcaad04e770b1c13d436e80738/diff:/var/lib/docker/overlay2/c392573596e362546decba0cb91f17581066411d952e2ddcbceeca7f6cbfd150/diff:/var/lib/docker/overlay2/9ff941057314c7a998d02fdc73fdec6d8bbf719815da9013bf87fad0647850b8/diff:/var/lib/docker/overlay2/f1582fbe41d52799d75354a1f9ca7da9370b79260f3fed1e183522eea98b4092/diff:/var/lib/docker/overlay2/290eb6ac57e6dfc054ed31dd0ef054e499c396af9d5cbcb44bb77944ae96e92d/diff",
            "MergedDir": "/var/lib/docker/overlay2/fc8a887594faf2e7af6eb7123940f6a0de32ac1d703112c1d141b28cded1f29d/merged",
            "UpperDir": "/var/lib/docker/overlay2/fc8a887594faf2e7af6eb7123940f6a0de32ac1d703112c1d141b28cded1f29d/diff",
            "WorkDir": "/var/lib/docker/overlay2/fc8a887594faf2e7af6eb7123940f6a0de32ac1d703112c1d141b28cded1f29d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:eb5f13bce9936c760b9fa73aeb1b608787daa36106cc888104132e353ed37252",
            "sha256:f10b8e3f8d8c1fd4e04dbca0f1ba57f47e234d1b723cff373266d9dcce116a67",
            "sha256:d6c2ec96daf1f675c3bcdd94d2d968a7959690dd157e00c4132da28a61802cee",
            "sha256:60965093edfd5c52e67341061715313d6209717946590bc54f25e5fb1870e660",
            "sha256:b4da4611d0bb96eba6e92d7c0b28a463f44ae2a10593088a40ea97ab5b75e0dc",
            "sha256:038a5bf1e71991518c2be6161d77997673040fee0d325c70cf3ef56d382de638",
            "sha256:84c0845fd944fbf5d1b2ff05d6454bdd19209b04e50cc0a88c3defdcab3a1d98",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:bbc7205a97c98f45e151b3d41757b5be2e3fb007661fc5888d0d5e9c8a0d96db",
            "sha256:a687fc377c0ae535cefff9d4374c36a5b7796d3c7f7929e5fe6ed13d4f656d38",
            "sha256:64a12a921d988347e1a7ebddbbfda2d2d8b65c9c0f16d3be75d78caf9c6781b3",
            "sha256:c57d1fc2f0cab5745ca63fae790d54d6a6b182ef0bbf89bf6e7aea96dac6d0d1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-16T19:43:57.237036564+08:00"
    }
}

更多版本

ghcr.io/immich-app/immich-machine-learning:v1.110.0-cuda

linux/amd64 ghcr.io4.54GB2024-07-27 01:41
535

ghcr.io/immich-app/immich-machine-learning:v1.110.0

linux/amd64 ghcr.io769.08MB2024-07-27 01:44
674

ghcr.io/immich-app/immich-machine-learning:v1.113.0

linux/amd64 ghcr.io783.64MB2024-09-02 23:42
245

ghcr.io/immich-app/immich-machine-learning:v1.113.0-openvino

linux/amd64 ghcr.io1.23GB2024-09-03 16:32
425

ghcr.io/immich-app/immich-machine-learning:release

linux/arm64 ghcr.io744.21MB2024-09-07 17:59
581

ghcr.io/immich-app/immich-machine-learning:v1.113.0-cuda

linux/amd64 ghcr.io4.53GB2024-09-09 14:39
256

ghcr.io/immich-app/immich-machine-learning:v1.114.0-cuda

linux/amd64 ghcr.io4.53GB2024-09-09 15:34
238

ghcr.io/immich-app/immich-machine-learning:v1.115.0

linux/amd64 ghcr.io783.68MB2024-09-13 15:57
353

ghcr.io/immich-app/immich-machine-learning:v1.116.2

linux/amd64 ghcr.io783.38MB2024-09-29 23:04
344

ghcr.io/immich-app/immich-machine-learning:v1.117.0

linux/amd64 ghcr.io783.38MB2024-10-03 16:15
321

ghcr.io/immich-app/immich-machine-learning:release

linux/amd64 ghcr.io783.38MB2024-10-08 02:02
291

ghcr.io/immich-app/immich-machine-learning:v1.117.0-cuda

linux/amd64 ghcr.io4.34GB2024-10-10 20:07
369

ghcr.io/immich-app/immich-machine-learning:v1.117.0-openvino

linux/amd64 ghcr.io1.17GB2024-10-12 10:01
422

ghcr.io/immich-app/immich-machine-learning:v1.118.2

linux/amd64 ghcr.io781.38MB2024-10-18 23:46
318

ghcr.io/immich-app/immich-machine-learning:v1.118.2-openvino

linux/amd64 ghcr.io1.13GB2024-10-21 10:38
441

ghcr.io/immich-app/immich-machine-learning:v1.119.1

linux/amd64 ghcr.io778.40MB2024-10-30 21:55
278

ghcr.io/immich-app/immich-machine-learning:release-cuda

linux/amd64 ghcr.io4.34GB2024-11-03 03:06
396

ghcr.io/immich-app/immich-machine-learning:v1.120.1

linux/amd64 ghcr.io778.47MB2024-11-09 13:02
183

ghcr.io/immich-app/immich-machine-learning:v1.120.2

linux/amd64 ghcr.io778.47MB2024-11-14 00:09
197

ghcr.io/immich-app/immich-machine-learning:v1.120.2-armnn

linux/arm64 ghcr.io1.21GB2024-11-17 22:51
195

ghcr.io/immich-app/immich-machine-learning:v1.120.2

linux/arm64 ghcr.io713.98MB2024-11-17 23:07
187

ghcr.io/immich-app/immich-machine-learning:v1.120.2-cuda

linux/amd64 ghcr.io4.37GB2024-11-19 20:30
280

ghcr.io/immich-app/immich-machine-learning:v1.121.0-armnn

linux/arm64 ghcr.io1.21GB2024-11-22 00:46
217

ghcr.io/immich-app/immich-machine-learning:v1.120.2-openvino

linux/amd64 ghcr.io1.13GB2024-11-24 20:36
197

ghcr.io/immich-app/immich-machine-learning:v1.121.0-cuda

linux/amd64 ghcr.io4.37GB2024-11-26 00:51
222

ghcr.io/immich-app/immich-machine-learning:v1.121.0

linux/amd64 ghcr.io779.23MB2024-12-02 21:52
204

ghcr.io/immich-app/immich-machine-learning:v1.122.0

linux/amd64 ghcr.io779.23MB2024-12-06 15:13
195

ghcr.io/immich-app/immich-machine-learning:v1.122.1

linux/amd64 ghcr.io779.23MB2024-12-08 19:04
158

ghcr.io/immich-app/immich-machine-learning:v1.122.2

linux/amd64 ghcr.io779.23MB2024-12-12 22:44
186

ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn

linux/arm64 ghcr.io1.21GB2024-12-14 10:02
171

ghcr.io/immich-app/immich-machine-learning:v1.123.0

linux/amd64 ghcr.io779.35MB2024-12-18 09:35
198

ghcr.io/immich-app/immich-machine-learning:v1.123.0-cuda

linux/amd64 ghcr.io4.28GB2024-12-19 21:07
163

ghcr.io/immich-app/immich-machine-learning:v1.124.2

linux/amd64 ghcr.io778.72MB2025-01-12 19:50
279

ghcr.io/immich-app/immich-machine-learning:v1.125.1

linux/amd64 ghcr.io779.91MB2025-01-24 13:30
169

ghcr.io/immich-app/immich-machine-learning:v1.125.2

linux/amd64 ghcr.io779.91MB2025-01-25 22:42
155

ghcr.io/immich-app/immich-machine-learning:v1.125.3

linux/amd64 ghcr.io779.91MB2025-01-26 23:57
154

ghcr.io/immich-app/immich-machine-learning:v1.125.5

linux/amd64 ghcr.io779.91MB2025-01-28 10:44
154

ghcr.io/immich-app/immich-machine-learning:v1.125.6

linux/amd64 ghcr.io779.91MB2025-01-28 13:42
159

ghcr.io/immich-app/immich-machine-learning:v1.125.7

linux/amd64 ghcr.io779.91MB2025-01-30 11:37
229

ghcr.io/immich-app/immich-machine-learning:v1.125.7-cuda

linux/amd64 ghcr.io4.60GB2025-02-03 10:58
219

ghcr.io/immich-app/immich-machine-learning:v1.126.1-armnn

linux/arm64 ghcr.io1.21GB2025-02-11 10:58
175

ghcr.io/immich-app/immich-machine-learning:v1.126.1-cuda

linux/amd64 ghcr.io4.60GB2025-02-11 20:54
163

ghcr.io/immich-app/immich-machine-learning:v1.126.1

linux/amd64 ghcr.io779.91MB2025-02-11 21:19
137

ghcr.io/immich-app/immich-machine-learning:v1.126.1-openvino

linux/amd64 ghcr.io1.13GB2025-02-22 10:48
182

ghcr.io/immich-app/immich-machine-learning:v1.127.0

linux/amd64 ghcr.io779.98MB2025-02-27 17:23
225

ghcr.io/immich-app/immich-machine-learning:v1.128.0

linux/amd64 ghcr.io779.98MB2025-03-01 14:25
110

ghcr.io/immich-app/immich-machine-learning:v1.128.0-armnn

linux/arm64 ghcr.io1.21GB2025-03-04 20:04
119

ghcr.io/immich-app/immich-machine-learning:v1.128.0-cuda

linux/amd64 ghcr.io4.60GB2025-03-04 20:10
196

ghcr.io/immich-app/immich-machine-learning:v1.129.0

linux/amd64 ghcr.io780.00MB2025-03-06 10:21
299

ghcr.io/immich-app/immich-machine-learning:v1.129.0-cuda

linux/amd64 ghcr.io4.60GB2025-03-24 19:32
149

ghcr.io/immich-app/immich-machine-learning:v1.130.1-cuda

linux/amd64 ghcr.io4.75GB2025-03-26 13:40
138

ghcr.io/immich-app/immich-machine-learning:v1.130.1

linux/amd64 ghcr.io926.79MB2025-03-26 13:43
150

ghcr.io/immich-app/immich-machine-learning:v1.130.2

linux/amd64 ghcr.io926.79MB2025-03-27 04:12
175

ghcr.io/immich-app/immich-machine-learning:v1.130.3-cuda

linux/amd64 ghcr.io4.75GB2025-03-29 14:13
103

ghcr.io/immich-app/immich-machine-learning:v1.130.2-cuda

linux/amd64 ghcr.io4.75GB2025-03-29 14:15
104

ghcr.io/immich-app/immich-machine-learning:v1.130.3

linux/amd64 ghcr.io926.79MB2025-03-29 14:20
244

ghcr.io/immich-app/immich-machine-learning:v1.131.1

linux/amd64 ghcr.io926.75MB2025-04-01 22:57
123

ghcr.io/immich-app/immich-machine-learning:v1.131.3

linux/amd64 ghcr.io926.75MB2025-04-02 12:50
238

ghcr.io/immich-app/immich-machine-learning:v1.131.3-rknn

linux/arm64 ghcr.io877.98MB2025-04-09 11:10
195

ghcr.io/immich-app/immich-machine-learning:v1.131.3-cuda

linux/amd64 ghcr.io4.70GB2025-04-12 15:46
120

ghcr.io/immich-app/immich-machine-learning:v1.131.3-openvino

linux/amd64 ghcr.io1.28GB2025-04-24 09:46
155

ghcr.io/immich-app/immich-machine-learning:v1.132.1

linux/amd64 ghcr.io927.30MB2025-04-24 23:01
154

ghcr.io/immich-app/immich-machine-learning:v1.132.3

linux/amd64 ghcr.io927.30MB2025-05-01 16:27
163

ghcr.io/immich-app/immich-machine-learning:v1.132.3-rknn

linux/arm64 ghcr.io878.65MB2025-05-03 11:03
139

ghcr.io/immich-app/immich-machine-learning:v1.133.0

linux/arm64 ghcr.io973.23MB2025-05-22 09:30
153

ghcr.io/immich-app/immich-machine-learning:v1.133.0-cuda

linux/amd64 ghcr.io4.80GB2025-05-22 16:55
155

ghcr.io/immich-app/immich-machine-learning:v1.133.0

linux/amd64 ghcr.io1.04GB2025-05-22 22:33
146

ghcr.io/immich-app/immich-machine-learning:v1.133.1-rknn

linux/arm64 ghcr.io988.02MB2025-05-24 10:52
133

ghcr.io/immich-app/immich-machine-learning:v1.133.1-armnn

linux/arm64 ghcr.io1.47GB2025-05-24 11:12
93

ghcr.io/immich-app/immich-machine-learning:v1.133.1

linux/amd64 ghcr.io1.04GB2025-05-25 08:00
96

ghcr.io/immich-app/immich-machine-learning:v1.134.0-rknn

linux/arm64 ghcr.io988.02MB2025-05-29 00:03
158

ghcr.io/immich-app/immich-machine-learning:v1.134.0-cuda

linux/amd64 ghcr.io4.80GB2025-05-29 00:07
110

ghcr.io/immich-app/immich-machine-learning:v1.134.0

linux/amd64 ghcr.io1.04GB2025-05-29 00:53
156

ghcr.io/immich-app/immich-machine-learning:v1.135.0

linux/amd64 ghcr.io950.96MB2025-06-19 11:05
120

ghcr.io/immich-app/immich-machine-learning:v1.135.3

linux/amd64 ghcr.io950.96MB2025-06-21 07:08
157

ghcr.io/immich-app/immich-machine-learning:v1.135.3-openvino

linux/amd64 ghcr.io1.29GB2025-07-07 22:09
100

ghcr.io/immich-app/immich-machine-learning:v1.135.3-cuda

linux/amd64 ghcr.io4.71GB2025-07-07 22:17
79

ghcr.io/immich-app/immich-machine-learning:v1.135.3-armnn

linux/arm64 ghcr.io1.38GB2025-07-20 12:01
54

ghcr.io/immich-app/immich-machine-learning:release-rknn

linux/arm64 ghcr.io900.27MB2025-07-24 21:05
53

ghcr.io/immich-app/immich-machine-learning:v1.136.0

linux/amd64 ghcr.io951.32MB2025-07-26 13:02
120

ghcr.io/immich-app/immich-machine-learning:v1.137.1

linux/amd64 ghcr.io951.32MB2025-08-01 14:46
70

ghcr.io/immich-app/immich-machine-learning:v1.137.3

linux/amd64 ghcr.io951.32MB2025-08-03 20:08
89

ghcr.io/immich-app/immich-machine-learning:v1.137.3-openvino

linux/amd64 ghcr.io1.29GB2025-08-09 20:43
55

ghcr.io/immich-app/immich-machine-learning:v1.137.3-cuda

linux/amd64 ghcr.io4.71GB2025-08-09 20:49
82

ghcr.io/immich-app/immich-machine-learning:v1.137.3-rknn

linux/arm64 ghcr.io900.68MB2025-08-09 20:53
39

ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn

linux/arm64 ghcr.io909.87MB2025-08-15 08:48
23

ghcr.io/immich-app/immich-machine-learning:v1.138.0

linux/amd64 ghcr.io946.59MB2025-08-15 09:48
44

ghcr.io/immich-app/immich-machine-learning:v1.138.0-cuda

linux/amd64 ghcr.io4.71GB2025-08-16 19:40
8

ghcr.io/immich-app/immich-machine-learning:v1.138.0-openvino

linux/amd64 ghcr.io1.29GB2025-08-16 19:44
9

ghcr.io/immich-app/immich-machine-learning:v1.138.0-rocm

linux/amd64 ghcr.io32.02GB2025-08-17 04:06
3