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

ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn - 国内下载镜像源 浏览次数:10 温馨提示: 这是一个 linux/arm64 系统架构镜像
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn-linuxarm64
镜像ID sha256:d8640818741c93d9a149f9d28857f237c41992c9551e56d22c37c12c19f1d9b8
镜像TAG v1.138.0-rknn-linuxarm64
大小 909.87MB
镜像源 ghcr.io
CMD python -m immich_ml
启动入口 tini --
工作目录 /usr/src
OS/平台 linux/arm64
浏览量 10 次
贡献者 qs********n@gmail.com
镜像创建 2025-08-13T14:03:00.000621307Z
同步时间 2025-08-15 08:48
更新时间 2025-08-15 15:19
环境变量
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 LD_PRELOAD=/usr/lib/libmimalloc.so.2 TRANSFORMERS_CACHE=/cache PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/usr/src DEVICE=rknn 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:42.065Z: 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-rknn-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn-linuxarm64  ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn-linuxarm64#' 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-rknn-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn-linuxarm64  ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn'

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-rknn-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn-linuxarm64  ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn'

镜像构建历史


# 2025-08-13 22:03:00  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-08-13 22:03:00  0.00B 设置默认要执行的命令
CMD ["python" "-m" "immich_ml"]
                        
# 2025-08-13 22:03:00  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v1.138.0
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2025-08-13 22:03:00  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:03:00  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v1.138.0
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/16974881662
                        
# 2025-08-13 22:03:00  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=16974881662
                        
# 2025-08-13 22:03:00  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=bede19a3ca48c2c0465c7fb80fdc8d36ec428aa0
                        
# 2025-08-13 22:03:00  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v1.138.0
                        
# 2025-08-13 22:03:00  0.00B 定义构建参数
ARG BUILD_IMAGE=v1.138.0
                        
# 2025-08-13 22:03:00  0.00B 定义构建参数
ARG BUILD_ID=16974881662
                        
# 2025-08-13 22:03:00  67.78KB 复制新文件或目录到容器中
COPY immich_ml immich_ml # buildkit
                        
# 2025-08-13 22:02:59  368.00B 复制新文件或目录到容器中
COPY scripts/healthcheck.py . # buildkit
                        
# 2025-08-13 22:02:59  745.85MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2025-08-05 16:40:00  3.58KB 执行命令并创建新的镜像层
RUN |2 RKNN_TOOLKIT_VERSION=v2.3.0 DEVICE=rknn /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-05 16:40:00  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=rknn VIRTUAL_ENV=/opt/venv MACHINE_LEARNING_CACHE_FOLDER=/cache
                        
# 2025-08-05 16:40:00  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-08-05 16:40:00  43.00B 执行命令并创建新的镜像层
RUN |2 RKNN_TOOLKIT_VERSION=v2.3.0 DEVICE=rknn /bin/sh -c ln -s "/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2" /usr/lib/libmimalloc.so.2 # buildkit
                        
# 2025-08-05 16:40:00  1.09MB 执行命令并创建新的镜像层
RUN |2 RKNN_TOOLKIT_VERSION=v2.3.0 DEVICE=rknn /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-05 16:39:50  0.00B 定义构建参数
ARG DEVICE=rknn
                        
# 2025-08-05 16:39:50  7.26MB 复制文件或目录到容器中
ADD https://github.com/airockchip/rknn-toolkit2/raw/refs/tags/v2.3.0/rknpu2/runtime/Linux/librknn_api/aarch64/librknnrt.so /usr/lib/ # buildkit
                        
# 2025-08-05 16:39:50  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2
                        
# 2025-08-05 16:39:50  0.00B 定义构建参数
ARG RKNN_TOOLKIT_VERSION=v2.3.0
                        
# 2025-08-05 16:39:50  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2
                        
# 2025-06-04 07:02:53  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-06-04 07:02:53  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-06-04 07:02:53  49.20MB 执行命令并创建新的镜像层
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-linux-musl' && 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 -r dpkg-query --search 		| cut -d: -f1 		| 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-06-04 07:02:53  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a
                        
# 2025-06-04 07:02:53  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.11.13
                        
# 2025-06-04 07:02:53  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2025-06-04 07:02:53  9.18MB 执行命令并创建新的镜像层
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-06-04 07:02:53  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-06-04 07:02:53  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-06-04 07:02:53  97.21MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1753056000'
                        
                    

镜像信息

{
    "Id": "sha256:d8640818741c93d9a149f9d28857f237c41992c9551e56d22c37c12c19f1d9b8",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.138.0-rknn-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:fac74fd326cb574ffe5f9afe23ac793d9132ef56b3a2e88108148773d8afeb6f",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:3ec1998f37e5da5a9d4b9144976e010d3272293028baf00911fd886bf200988e"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-08-13T14:03:00.000621307Z",
    "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",
            "LD_PRELOAD=/usr/lib/libmimalloc.so.2",
            "TRANSFORMERS_CACHE=/cache",
            "PYTHONDONTWRITEBYTECODE=1",
            "PYTHONUNBUFFERED=1",
            "PYTHONPATH=/usr/src",
            "DEVICE=rknn",
            "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:42.065Z",
            "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": "arm64",
    "Os": "linux",
    "Size": 909866788,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9d4fbaea4b0c34ce06ef74181a9f06d953fc6c21be29d6e2e860b9d0ab0474c1/diff:/var/lib/docker/overlay2/13dcddfef452d277528f65ead53804cb47c463738a17f6425dfa0bcc054e2836/diff:/var/lib/docker/overlay2/2746796ebb2e22033a51e0e299ae0b2d2ec55d1944d7445bf2064cab1b644101/diff:/var/lib/docker/overlay2/2c4a7593e14c95eda570980af1d2f0680cbee0878b4f83b0cdfcac169486ce11/diff:/var/lib/docker/overlay2/1c33fccd518f78b9f77e8c65752dc068830e35b5b4fab6f33c6ecee5da1f31ad/diff:/var/lib/docker/overlay2/fc1232152ad2b4c9aaa645b05de1cb54a0b3099f809be96363fdcc6862cd8618/diff:/var/lib/docker/overlay2/f68a69b261013d2ebd0799b7133cde75491f2fc7034eb8ffe1b7b81acbb17b4d/diff:/var/lib/docker/overlay2/43d0df0e26363a3a600a8908aaeffb7b518c8da0a25e95647bc0cae810ecc785/diff:/var/lib/docker/overlay2/bab964af396450bb0243b53c9d9d19d12a269cafad8ef3f2f2af398a6e8ef3f2/diff:/var/lib/docker/overlay2/ed108e75c0d0146ecee123cc5f6eed03eac47ce63e41f89129b5348a8ed7e68f/diff:/var/lib/docker/overlay2/25c388af98055c22314ac2c4e0f4ba5eaf860a90c9eec3c32bf40e78a2132b9b/diff",
            "MergedDir": "/var/lib/docker/overlay2/5dd90a417a5cdd6ef427eaab69d2a70df10ef9fdb33a185f7c522ad2d50c7df6/merged",
            "UpperDir": "/var/lib/docker/overlay2/5dd90a417a5cdd6ef427eaab69d2a70df10ef9fdb33a185f7c522ad2d50c7df6/diff",
            "WorkDir": "/var/lib/docker/overlay2/5dd90a417a5cdd6ef427eaab69d2a70df10ef9fdb33a185f7c522ad2d50c7df6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:dd97e58b4e812b247f3cd261fa7eac247b7c5896b8e34d9474762678cae7774d",
            "sha256:e26286284f6ea22d800d847e7f0ccee9e39591de19270b17eec80289a6270c32",
            "sha256:e9890cd72d1ba8ed4f2561f0a5bf8dcefdda006995f19d3c8440d76f35926cbf",
            "sha256:c98a5e0a8fe7c817f5d1c8a66a8dab61f9d3078f6fb41139c24ce740dd16f62e",
            "sha256:e7124d31d1fc8438fcd2bec6aefef5496a51d65e885d99d00a1d7955bdca8ddf",
            "sha256:2a91ed30839e96379dd7c6a63f9e491dbad2dfad8247fa087770a3c12202d393",
            "sha256:ffd0be190569e5a90653bd710ad83471b53eb0b28b7248eef0966cd25e605195",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:c4a2ff2dbd70e1ccd9fe3fcd0f684eb89a3e1764931c6fa8f6b60f7030ea9155",
            "sha256:8b0f7cc1bc4f1d7527a258b8d54729c5aad81b04bcd55dca29dc9ed07ed9b7cb",
            "sha256:df1e11a16b858ac5dfe2cd67cb4c01850ca8cf1a71444fc1e0688a28108dfa3b",
            "sha256:ff6b899f9767f239aa62054b17538a30fded589e3544f8dc9fa9fbdff9cdb0af"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-08-15T08:47:59.722021177+08:00"
    }
}

更多版本

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

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

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

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

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
422

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

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

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

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

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

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

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

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

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

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

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
368

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
166

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
148

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
154

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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