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

ghcr.io/immich-app/immich-machine-learning:v1.132.3-rknn - 国内下载镜像源 浏览次数:68 温馨提示: 这是一个 linux/arm64 系统架构镜像
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:v1.132.3-rknn
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.132.3-rknn-linuxarm64
镜像ID sha256:0474dfb103d6c2912c9815844145b594476835b9e20c048d32891f5c9879fbee
镜像TAG v1.132.3-rknn-linuxarm64
大小 878.65MB
镜像源 ghcr.io
CMD python -m immich_ml
启动入口 tini --
工作目录 /usr/src
OS/平台 linux/arm64
浏览量 68 次
贡献者 qs********n@gmail.com
镜像创建 2025-04-23T15:51:08.691914384Z
同步时间 2025-05-03 11:03
更新时间 2025-05-19 07:07
环境变量
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.12 PYTHON_SHA256=849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09 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=14709928600 IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/14709928600 IMMICH_BUILD_IMAGE=v1.132.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.132.3 IMMICH_SOURCE_COMMIT=02994883fe3f3972323bb6759d0170a4062f5236 IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/02994883fe3f3972323bb6759d0170a4062f5236
镜像标签
2025-04-28T15:17:04.068Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 02994883fe3f3972323bb6759d0170a4062f5236: 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.132.3: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2025-04-23 23:51:08  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2025-04-23 23:51:08  0.00B 设置默认要执行的命令
CMD ["python" "-m" "immich_ml"]
                        
# 2025-04-23 23:51:08  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_SOURCE_URL
ENV IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/02994883fe3f3972323bb6759d0170a4062f5236
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_SOURCE_COMMIT
ENV IMMICH_SOURCE_COMMIT=02994883fe3f3972323bb6759d0170a4062f5236
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_SOURCE_REF
ENV IMMICH_SOURCE_REF=v1.132.3
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_REPOSITORY_URL
ENV IMMICH_REPOSITORY_URL=https://github.com/immich-app/immich
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_REPOSITORY
ENV IMMICH_REPOSITORY=immich-app/immich
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_BUILD_IMAGE_URL
ENV IMMICH_BUILD_IMAGE_URL=https://github.com/immich-app/immich/pkgs/container/immich-machine-learning
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_BUILD_IMAGE
ENV IMMICH_BUILD_IMAGE=v1.132.3
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_BUILD_URL
ENV IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/14709928600
                        
# 2025-04-23 23:51:08  0.00B 设置环境变量 IMMICH_BUILD
ENV IMMICH_BUILD=14709928600
                        
# 2025-04-23 23:51:08  0.00B 定义构建参数
ARG BUILD_SOURCE_COMMIT=02994883fe3f3972323bb6759d0170a4062f5236
                        
# 2025-04-23 23:51:08  0.00B 定义构建参数
ARG BUILD_SOURCE_REF=v1.132.3
                        
# 2025-04-23 23:51:08  0.00B 定义构建参数
ARG BUILD_IMAGE=v1.132.3
                        
# 2025-04-23 23:51:08  0.00B 定义构建参数
ARG BUILD_ID=14709928600
                        
# 2025-04-23 23:51:08  67.97KB 复制新文件或目录到容器中
COPY immich_ml immich_ml # buildkit
                        
# 2025-04-23 23:51:08  277.00B 复制新文件或目录到容器中
COPY scripts/healthcheck.py . # buildkit
                        
# 2025-04-23 23:51:08  714.77MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2025-04-23 23:50:32  3.58KB 执行命令并创建新的镜像层
RUN |1 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-04-23 23:50:32  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-04-23 23:50:32  0.00B 设置工作目录为/usr/src
WORKDIR /usr/src
                        
# 2025-04-23 23:50:32  43.00B 执行命令并创建新的镜像层
RUN |1 DEVICE=rknn /bin/sh -c ln -s "/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2" /usr/lib/libmimalloc.so.2 # buildkit
                        
# 2025-04-23 23:50:31  1.09MB 执行命令并创建新的镜像层
RUN |1 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-04-23 23:50:21  0.00B 定义构建参数
ARG DEVICE=rknn
                        
# 2025-04-23 23:50:21  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-04-23 23:50:21  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2
                        
# 2025-04-23 23:50:21  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=/usr/lib/libmimalloc.so.2
                        
# 2025-04-10 01:12:13  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2025-04-10 01:12:13  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-04-10 01:12:13  49.12MB 执行命令并创建新的镜像层
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 		--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-04-10 01:12:13  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09
                        
# 2025-04-10 01:12:13  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.11.12
                        
# 2025-04-10 01:12:13  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2025-04-10 01:12:13  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-04-10 01:12:13  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-04-10 01:12:13  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-04-07 08:00:00  97.16MB 
# debian.sh --arch 'arm64' out/ 'bookworm' '@1743984000'
                        
                    

镜像信息

{
    "Id": "sha256:0474dfb103d6c2912c9815844145b594476835b9e20c048d32891f5c9879fbee",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.132.3-rknn",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.132.3-rknn-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:ecedf9de79cdf72fc25946b56d1c0921d302f5094c4bb1206252f80851ff7d75",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:b9bd76d89ae5dfbd660ff945e04c71a1744f340dae881553237f6d53681a594d"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-04-23T15:51:08.691914384Z",
    "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.12",
            "PYTHON_SHA256=849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a09",
            "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=14709928600",
            "IMMICH_BUILD_URL=https://github.com/immich-app/immich/actions/runs/14709928600",
            "IMMICH_BUILD_IMAGE=v1.132.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.132.3",
            "IMMICH_SOURCE_COMMIT=02994883fe3f3972323bb6759d0170a4062f5236",
            "IMMICH_SOURCE_URL=https://github.com/immich-app/immich/commit/02994883fe3f3972323bb6759d0170a4062f5236"
        ],
        "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-04-28T15:17:04.068Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "02994883fe3f3972323bb6759d0170a4062f5236",
            "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.132.3"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 878646859,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2267b160878753c0b3f15ed6d73b7de9443db5ea78c5449231cd921ba019bd1a/diff:/var/lib/docker/overlay2/66818931c09c3cb5106e194769b12c25483b80e3254ea61dbf15a87016d323a5/diff:/var/lib/docker/overlay2/e1fe80cb0f46e2575d60ba3a510b9b779f5f662a5eb9e6685954861e4be512d3/diff:/var/lib/docker/overlay2/be24e13b934c6891e5268de7efdad6a76d488d3abd52739c4794725bea1a40c2/diff:/var/lib/docker/overlay2/a6d2318146d77f3676e5c85ea9ed00f0d2d0a3eeff7d2b95ec00bcbf94b1cc5e/diff:/var/lib/docker/overlay2/42b3fce7ad42a80612e25857ab2422b51bfee691fba9e538ca912bccec96bfeb/diff:/var/lib/docker/overlay2/f01ab1687c62c03886cf9296a1cb850c83939c70c977daac0eb36ac2c1947c21/diff:/var/lib/docker/overlay2/c07c4ab4af6991b63a75a54a56fa1a91f3c519aa61ee4bec6b4474188a540555/diff:/var/lib/docker/overlay2/0f7b523516080d701ba9898dd8f8bd68204dbd1e64626c1fb01f7a88406ba3bb/diff:/var/lib/docker/overlay2/7d759d53d93706a80646f3631302489b0bbb9b6268fe39c99d6442cad4a43b50/diff:/var/lib/docker/overlay2/1e8fcc1e4862513304ac5f368067659646fa03319fe2e96940fb8f07ab5066c9/diff",
            "MergedDir": "/var/lib/docker/overlay2/d58c791d5862733592c13b0582ba062a5ab1fb199436707875c90995d562db43/merged",
            "UpperDir": "/var/lib/docker/overlay2/d58c791d5862733592c13b0582ba062a5ab1fb199436707875c90995d562db43/diff",
            "WorkDir": "/var/lib/docker/overlay2/d58c791d5862733592c13b0582ba062a5ab1fb199436707875c90995d562db43/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c9b18059ed426422229b2c624582e54e7e32862378c9556b90a99c116ae10a04",
            "sha256:72bbb1662472ad6910e83fcbd167e4e25a5ae7485cedc06ae347a6e77985dc30",
            "sha256:f82f39f3a5eeac57a9386db8eff23f28bbdccec651dd15748145fbbcd85b9e35",
            "sha256:6f714640a40eb6560d2fceedb4a7774149bc9a0e2189c2501dacb7756089dedc",
            "sha256:5295f9ed0aee6fc3714b40e3dd790b8299b1ff35dd52c89327cc1f805090a525",
            "sha256:74e38e20011ce55f2e5937f78e88b6f1dfa0e9db9eadce87388cecd87edb8613",
            "sha256:320d10e49d92e3f07f6255eee38df07375893bb14c78503a5b2b8771c48d24d3",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:33ae1a83f2753d7048ac67d9aec63b8a718cbed9ec0ef48772f28ea4329eddae",
            "sha256:b8a0cf3dde2a73771df26a7435ed8bf9b1a20aea8a0a6d341618b09cd47c4137",
            "sha256:03d3090343ed0e661c99200198231f6c429dc2a610ec6ed70c6752aaa2a08f9c",
            "sha256:1230af33cf3b1950656b1f7d4f99090a473b5dda8a70aefd79eb6ced6e588a6f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-03T11:02:36.762739794+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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