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

ghcr.io/immich-app/immich-machine-learning:v1.135.3-armnn - 国内下载镜像源 浏览次数:6 温馨提示: 这是一个 linux/arm64 系统架构镜像
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:v1.135.3-armnn
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.135.3-armnn-linuxarm64
镜像ID sha256:ce8e82d58b3ad4fd1a9bc52fce339a751f67130eb980a1944277f5c5430c040c
镜像TAG v1.135.3-armnn-linuxarm64
大小 1.38GB
镜像源 ghcr.io
CMD python -m immich_ml
启动入口 tini --
工作目录 /usr/src
OS/平台 linux/arm64
浏览量 6 次
贡献者 19******3@qq.com
镜像创建 2025-06-19T19:15:30.864564087Z
同步时间 2025-07-20 12:01
更新时间 2025-07-20 15:09
环境变量
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 LD_LIBRARY_PATH=/opt/armnn TRANSFORMERS_CACHE=/cache PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/usr/src DEVICE=armnn VIRTUAL_ENV=/opt/venv MACHINE_LEARNING_CACHE_FOLDER=/cache IMMICH_BUILD=15787118459 IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/15787118459 IMMICH_BUILD_IMAGE=v1.135.3 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.135.3 IMMICH_SOURCE_COMMIT=6563fa608a5a4414f40264b847e60928916fb986 IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/6563fa608a5a4414f40264b847e60928916fb986
镜像标签
2025-06-20T20:20:28.689Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 6563fa608a5a4414f40264b847e60928916fb986: 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.135.3: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

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

镜像构建历史


# 2025-06-20 03:15:30  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-06-20 03:15:30  0.00B 设置默认要执行的命令
CMD ["python" "-m" "immich_ml"]
                        
# 2025-06-20 03:15:30  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/6563fa608a5a4414f40264b847e60928916fb986
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=6563fa608a5a4414f40264b847e60928916fb986
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v1.135.3
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_BUILD_IMAGE_URL
ENV IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-machine-learning
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v1.135.3
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/15787118459
                        
# 2025-06-20 03:15:30  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=15787118459
                        
# 2025-06-20 03:15:30  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=6563fa608a5a4414f40264b847e60928916fb986
                        
# 2025-06-20 03:15:30  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v1.135.3
                        
# 2025-06-20 03:15:30  0.00B 定义构建参数
ARG BUILD_IMAGE=v1.135.3
                        
# 2025-06-20 03:15:30  0.00B 定义构建参数
ARG BUILD_ID=15787118459
                        
# 2025-06-20 03:15:30  67.92KB 复制新文件或目录到容器中
COPY immich_ml immich_ml # buildkit
                        
# 2025-06-20 03:15:30  277.00B 复制新文件或目录到容器中
COPY scripts/healthcheck.py . # buildkit
                        
# 2025-06-20 03:15:30  728.86MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2025-06-07 08:35:21  3.58KB 执行命令并创建新的镜像层
RUN |1 DEVICE=armnn /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-06-07 08:35:21  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=armnn VIRTUAL_ENV=/opt/venv MACHINE_LEARNING_CACHE_FOLDER=/cache
                        
# 2025-06-07 08:35:21  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-06-07 08:35:20  43.00B 执行命令并创建新的镜像层
RUN |1 DEVICE=armnn /bin/sh -c ln -s "/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2" /usr/lib/libmimalloc.so.2 # buildkit
                        
# 2025-06-07 08:35:19  1.17MB 执行命令并创建新的镜像层
RUN |1 DEVICE=armnn /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-06-07 08:35:11  0.00B 定义构建参数
ARG DEVICE=armnn
                        
# 2025-06-07 08:35:11  47.55MB 复制新文件或目录到容器中
COPY /opt/armnn/libarmnn.so.?? /opt/armnn/libarmnnOnnxParser.so.?? /opt/armnn/libarmnnDeserializer.so.?? /opt/armnn/libarmnnTfLiteParser.so.?? /opt/armnn/libprotobuf.so.?.??.?.? /opt/ann/libann.s[o] /opt/ann/build.sh /opt/armnn/ # buildkit
                        
# 2025-06-07 08:35:10  444.76MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ocl-icd-libopencl1 mesa-opencl-icd libgomp1 &&     rm -rf /var/lib/apt/lists/* &&     mkdir --parents /etc/OpenCL/vendors &&     echo "/usr/lib/libmali.so" > /etc/OpenCL/vendors/mali.icd &&     mkdir /opt/armnn # buildkit
                        
# 2025-06-07 08:35:10  0.00B 设置环境变量 LD_LIBRARY_PATH LD_PRELOAD
ENV LD_LIBRARY_PATH=/opt/armnn LD_PRELOAD=/usr/lib/libmimalloc.so.2
                        
# 2025-06-07 08:35:10  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.14MB 执行命令并创建新的镜像层
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.17MB 执行命令并创建新的镜像层
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-05-20 08:00:00  97.14MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1747699200'
                        
                    

镜像信息

{
    "Id": "sha256:ce8e82d58b3ad4fd1a9bc52fce339a751f67130eb980a1944277f5c5430c040c",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.135.3-armnn",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.135.3-armnn-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:6978779af697b46367c49665f5c25103749c480324a365ce8c11a6eb4148c709",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:9e3a7585d4d308fab8e1a35f1417cbb7f2c593efc3826fec255283496d0c79dc"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-19T19:15:30.864564087Z",
    "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",
            "LD_LIBRARY_PATH=/opt/armnn",
            "TRANSFORMERS_CACHE=/cache",
            "PYTHONDONTWRITEBYTECODE=1",
            "PYTHONUNBUFFERED=1",
            "PYTHONPATH=/usr/src",
            "DEVICE=armnn",
            "VIRTUAL_ENV=/opt/venv",
            "MACHINE_LEARNING_CACHE_FOLDER=/cache",
            "IMMICH_BUILD=15787118459",
            "IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/15787118459",
            "IMMICH_BUILD_IMAGE=v1.135.3",
            "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.135.3",
            "IMMICH_SOURCE_COMMIT=6563fa608a5a4414f40264b847e60928916fb986",
            "IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/6563fa608a5a4414f40264b847e60928916fb986"
        ],
        "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-06-20T20:20:28.689Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "6563fa608a5a4414f40264b847e60928916fb986",
            "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.135.3"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1377848242,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/33b634caf63332e8a1358930a8042506e777834bbdc880c4df9a32188547cb8a/diff:/var/lib/docker/overlay2/46d39c14e7eb0e016f51fac62ed504959ca3ee46cc3a2f4b552dab22b0bea8f6/diff:/var/lib/docker/overlay2/3bfd714e1e3d817d33bca2e6ae27133a53554ae9337ff6a38a7b436ac4d727d6/diff:/var/lib/docker/overlay2/fc56ab3472b4898ba6c205e7e3bd0b22f8b63c45fd77364867fc911471491b92/diff:/var/lib/docker/overlay2/d12c385b7c040a60cdebb880aca8de9419eea9d28fdfce9e979e78f5c9a00587/diff:/var/lib/docker/overlay2/8e5103842dfdcf069047f7a39db2113178e932d3a05559c6bdbfaca52b6384cc/diff:/var/lib/docker/overlay2/f00c93eed83cbe63793cb286fc1dc04e0a73243c5e811f52bb612d3b831fa083/diff:/var/lib/docker/overlay2/1c4a33502b8918201af837a23bdd153ff47dcff6a2d53f5beed04fa068829300/diff:/var/lib/docker/overlay2/100ec67ff093fa0089233d6ec296ad583075bf058f7c880da73259c372add448/diff:/var/lib/docker/overlay2/7cd5bfc9520375bb5e6b3ace3dd436ff57bedcf72308ad5d823682ffb3ea155b/diff:/var/lib/docker/overlay2/201424a1a8f480fbdca0a643ed63cd15e2641659d024381d26ca918f2826bacf/diff:/var/lib/docker/overlay2/3047e1954a8abcfdb71740617270c05ba9be28bec6dcad07879718f87c65469c/diff",
            "MergedDir": "/var/lib/docker/overlay2/ff2af10f7be8c0a5b034de2f2149281ada87ac37d5f08f43e4d8fb13a61aea88/merged",
            "UpperDir": "/var/lib/docker/overlay2/ff2af10f7be8c0a5b034de2f2149281ada87ac37d5f08f43e4d8fb13a61aea88/diff",
            "WorkDir": "/var/lib/docker/overlay2/ff2af10f7be8c0a5b034de2f2149281ada87ac37d5f08f43e4d8fb13a61aea88/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:41d20f587704e5cf54b3319f41c96bc2463d350e3ffe2326d7643a488409936c",
            "sha256:a0ad95eac4d6985d2221cffd07ea9074935150bc02baeb54fc154f073eafbef4",
            "sha256:2cae35238163d67a6e538c784ca47bc1b0a92df653ef77e0129a908a572bf737",
            "sha256:168b8dd46547ae68183f0e2083d60ce19aaa1552ce26c63f4ca768c104df6ad5",
            "sha256:a332407769c64cb9c418e78da0fd5936cb2ef484f82c4b9a4b7e1a436ca58ff6",
            "sha256:ef973ab3d8e08f8fa219ea48aaa6cf046b7a9b1002d8280719687354f173f05b",
            "sha256:3d1bd3d98d033a7c751127c11152cfac38661a1d5a23b7628ab176e83ff7503f",
            "sha256:e4f69b15b9eaa679ce8e0f2c1a524020fcfa532d4106df3db97cb3dfe5d9c8ff",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:571f6b98b924bc21dec7fc415972b25a5ca26dd837903b43b092c0aa6039b295",
            "sha256:6a17e8d89f2e5c5d4c7b7f2afac1c4b3cbc0e2d2cb6fb064f0e5c7c8797a4892",
            "sha256:79a58fc6309d5fa0d5b8f8a06438d3dfa4e326a9f736f4f1af198c00cd1dbb77",
            "sha256:a5554ee1f2eaa3d86be9bde923a68fa2c00ed0b9ca4327ec98b489e257ab6dea"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-20T12:00:37.126180508+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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