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

ghcr.io/immich-app/immich-machine-learning:release - 国内下载镜像源 浏览次数:364 温馨提示: 这是一个 linux/arm64 系统架构镜像
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:release
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:release-linuxarm64
镜像ID sha256:42921267e972f70277f7ffec60c69517d71324cde145d8cf180d543099739ce5
镜像TAG release-linuxarm64
大小 744.21MB
镜像源 ghcr.io
CMD ./start.sh
启动入口 tini --
工作目录 /usr/src/app
OS/平台 linux/arm64
浏览量 364 次
贡献者
镜像创建 2024-09-06T13:55:50.74203211Z
同步时间 2024-09-07 17:59
更新时间 2025-03-31 10:01
环境变量
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.9 PYTHON_PIP_VERSION=24.0 PYTHON_SETUPTOOLS_VERSION=65.5.1 PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a TRANSFORMERS_CACHE=/cache PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/usr/src DEVICE=cpu
镜像标签
2024-09-06T14:03:56.964Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 068904f7461118d4e4d6f8733e7e4186b6c38c84: 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.114.0: org.opencontainers.image.version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

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

镜像构建历史


# 2024-09-06 21:55:50  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2024-09-06 21:55:50  0.00B 设置默认要执行的命令
CMD ["./start.sh"]
                        
# 2024-09-06 21:55:50  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2024-09-06 21:55:50  90.21KB 复制新文件或目录到容器中
COPY app . # buildkit
                        
# 2024-09-06 21:55:50  1.05KB 复制新文件或目录到容器中
COPY start.sh log_conf.json ./ # buildkit
                        
# 2024-09-06 21:55:50  6.78KB 复制新文件或目录到容器中
COPY ann/ann.py /usr/src/ann/ann.py # buildkit
                        
# 2024-09-06 21:55:50  554.66MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2024-09-06 21:51:19  3.58KB 执行命令并创建新的镜像层
RUN |1 DEVICE=cpu /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
                        
# 2024-09-06 21:51:18  0.00B 设置环境变量 TRANSFORMERS_CACHE PYTHONDONTWRITEBYTECODE PYTHONUNBUFFERED PATH PYTHONPATH DEVICE
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=cpu
                        
# 2024-09-06 21:51:18  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2024-09-06 21:51:18  1.10MB 执行命令并创建新的镜像层
RUN |1 DEVICE=cpu /bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends tini $(if ! [ "$DEVICE" = "openvino" ]; then echo "libmimalloc2.0"; fi) &&     apt-get autoremove -yqq &&     apt-get clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-09-06 21:51:18  0.00B 定义构建参数
ARG DEVICE=cpu
                        
# 2024-08-30 07:26:33  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2024-08-30 07:26:33  11.61MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends wget; 		wget -O get-pip.py "$PYTHON_GET_PIP_URL"; 	echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum -c -; 		apt-mark auto '.*' > /dev/null; 	[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	rm -rf /var/lib/apt/lists/*; 		export PYTHONDONTWRITEBYTECODE=1; 		python get-pip.py 		--disable-pip-version-check 		--no-cache-dir 		--no-compile 		"pip==$PYTHON_PIP_VERSION" 		"setuptools==$PYTHON_SETUPTOOLS_VERSION" 		wheel 	; 	rm -f get-pip.py; 		pip --version # buildkit
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 PYTHON_GET_PIP_SHA256
ENV PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 PYTHON_GET_PIP_URL
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 PYTHON_SETUPTOOLS_VERSION
ENV PYTHON_SETUPTOOLS_VERSION=65.5.1
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 PYTHON_PIP_VERSION
ENV PYTHON_PIP_VERSION=24.0
                        
# 2024-08-30 07:26:33  32.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	for src in idle3 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
                        
# 2024-08-30 07:26:33  70.45MB 执行命令并创建新的镜像层
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 		libexpat1-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"; 	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-system-expat 		--without-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:-}" 		"PROFILE_TASK=${PROFILE_TASK:-}" 	; 	rm python; 	make -j "$nproc" 		"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" 		"LDFLAGS=${LDFLAGS:--Wl},-rpath='\$\$ORIGIN/../lib'" 		"PROFILE_TASK=${PROFILE_TASK:-}" 		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/*; 		python3 --version # buildkit
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.11.9
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2024-08-30 07:26:33  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
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2024-08-30 07:26:33  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-08-13 08:39:51  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-08-13 08:39:51  97.11MB 
/bin/sh -c #(nop) ADD file:4aa9ddc52f046592777767c91a04b9490d98811bedb8980fca794d55bbad1a0f in / 
                        
                    

镜像信息

{
    "Id": "sha256:42921267e972f70277f7ffec60c69517d71324cde145d8cf180d543099739ce5",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:release",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:release-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:c0300d34fb275343c8e3b50796c9b10e6f33218e84c958386a218fbdceaeed65",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:5d4956a20dfaeef43715a1d07040a11254466bc1779b5a22e6b1fc5a6c005ec5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-06T13:55:50.74203211Z",
    "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.9",
            "PYTHON_PIP_VERSION=24.0",
            "PYTHON_SETUPTOOLS_VERSION=65.5.1",
            "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py",
            "PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a",
            "TRANSFORMERS_CACHE=/cache",
            "PYTHONDONTWRITEBYTECODE=1",
            "PYTHONUNBUFFERED=1",
            "PYTHONPATH=/usr/src",
            "DEVICE=cpu"
        ],
        "Cmd": [
            "./start.sh"
        ],
        "Healthcheck": {
            "Test": [
                "CMD-SHELL",
                "python3 healthcheck.py"
            ]
        },
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/src/app",
        "Entrypoint": [
            "tini",
            "--"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2024-09-06T14:03:56.964Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "068904f7461118d4e4d6f8733e7e4186b6c38c84",
            "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.114.0"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 744208854,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/663477386cdabe53979060dc37c1b921cb53d75b6faf41331309ea344c034d4e/diff:/var/lib/docker/overlay2/f7b7ed72338d3fdc4b1b33caa633028328f66f15fb468d04540322acff217aa3/diff:/var/lib/docker/overlay2/b743c64b6707b34a9c11ee3bff21bbb326c3c76298f16c7d7565c00544ace61f/diff:/var/lib/docker/overlay2/2b54a0aea2ca385b262b8e40e4b618e379d183c5e652cb0b0809244f414f9813/diff:/var/lib/docker/overlay2/b81a5b37a8592ed6ea81a51b2aba699d12e14149bf2ed9484497ab98ed6e63a5/diff:/var/lib/docker/overlay2/ecb65bc1d503e527f9fef7e3a195d3656defb031d42d1a9c3ea09718f88e751b/diff:/var/lib/docker/overlay2/f679ff9a84ed045339b29834d9188f773ea1be57a9363451b0e8dc7815601076/diff:/var/lib/docker/overlay2/69bd5e0e7ab2a25f367a7eebda5f74ffff3c9fe950f3f65e6f2b9ea43f7efcbd/diff:/var/lib/docker/overlay2/21d36e2ae2955ae54f824a23bf829c2bef2a901f8313d685b1796a545e1f7bd3/diff:/var/lib/docker/overlay2/a047a331fa4c389439d04037a18f72a8c878fae690b94439e058099e84c8b7a7/diff:/var/lib/docker/overlay2/ff13918f7780f86793bf774f479fa6654a96b7e0c3f9ac7d4fd9746287128700/diff",
            "MergedDir": "/var/lib/docker/overlay2/5e80d5eb35ab2f420c2597cb669397208a3853f61da683260bfa482880eb3652/merged",
            "UpperDir": "/var/lib/docker/overlay2/5e80d5eb35ab2f420c2597cb669397208a3853f61da683260bfa482880eb3652/diff",
            "WorkDir": "/var/lib/docker/overlay2/5e80d5eb35ab2f420c2597cb669397208a3853f61da683260bfa482880eb3652/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:07d2ee3f57121ff2c3c8279d6f8d3236f2c835fd616f5c9b4e3346c30b90a36d",
            "sha256:91bbafc72e168c06bb7aa41f19339ac4aca0999edbb17f3b5a216ce2583ad49e",
            "sha256:e429ac394b7637b912321e14df861ed444ba3ab0eeae30e844129608dbb720d3",
            "sha256:3a96124538574ffa5e9edbdd13b003cad0f1002e84541a6b49d67ada3fc52d0a",
            "sha256:419c1b6345666a11f670135f06850b6847f341850e380c38f75eb012a46b0639",
            "sha256:bdbaa399bd22e16e956e39bfb7b5653d008b2360146c2363fdfb731010c9d78f",
            "sha256:7dab330207e554f13589b202bd32869455fc1d5a1ca7aab1253fe567378a67a5",
            "sha256:2136241fcb463d26e87400932a3b84340ee0458f26207d42b082e40015b2fbf9",
            "sha256:096411c9e1f0b3708593486aedeb3f73bd5f93db8e098b99e5467b77bb2b6403",
            "sha256:fcf7720d5a4cd075355d339f9e2207fb5e5403c45cca52531c10760246010245",
            "sha256:379998c2ba4f6555b678298be00d2f0996396a07a54d4eba870ba55b922ab169",
            "sha256:f87e450392869515daf64a4a91b50af3392153b5108472486b02c226f26842b9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-07T17:59:15.108482228+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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