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

ghcr.io/immich-app/immich-machine-learning:v1.119.1 - 国内下载镜像源 浏览次数:250
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:v1.119.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.119.1
镜像ID sha256:52eb9a353af0cc30b1417177f8639cf122c46c3702e3b73fb0d68a7bd461608e
镜像TAG v1.119.1
大小 778.40MB
镜像源 ghcr.io
CMD ./start.sh
启动入口 tini --
工作目录 /usr/src/app
OS/平台 linux/amd64
浏览量 250 次
贡献者
镜像创建 2024-10-29T13:35:35.199452744Z
同步时间 2024-10-30 21:55
更新时间 2025-07-05 21:04
环境变量
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.10 PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372 TRANSFORMERS_CACHE=/cache PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PYTHONPATH=/usr/src DEVICE=cpu
镜像标签
2024-10-29T13:58:06.420Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 00dd9419a564d5ca39dc1886747eecf956ce23f5: 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.119.1: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 12.7 扫描引擎: Trivy 扫描时间: 2024-10-30 21:55

低危漏洞:75 中危漏洞:20 高危漏洞:9 严重漏洞:1

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

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

镜像构建历史


# 2024-10-29 21:35:35  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2024-10-29 21:35:35  0.00B 设置默认要执行的命令
CMD ["./start.sh"]
                        
# 2024-10-29 21:35:35  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2024-10-29 21:35:35  92.97KB 复制新文件或目录到容器中
COPY app . # buildkit
                        
# 2024-10-29 21:35:35  1.46KB 复制新文件或目录到容器中
COPY start.sh log_conf.json gunicorn_conf.py ./ # buildkit
                        
# 2024-10-29 21:35:35  6.78KB 复制新文件或目录到容器中
COPY ann/ann.py /usr/src/ann/ann.py # buildkit
                        
# 2024-10-29 21:35:34  647.23MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2024-10-29 21:34:37  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-10-29 21:34:37  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-10-29 21:34:37  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2024-10-29 21:34:36  1.27MB 执行命令并创建新的镜像层
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-10-29 21:34:36  0.00B 定义构建参数
ARG DEVICE=cpu
                        
# 2024-10-19 07:23:40  0.00B 设置默认要执行的命令
CMD ["python3"]
                        
# 2024-10-19 07:23:40  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
                        
# 2024-10-19 07:23:40  45.78MB 执行命令并创建新的镜像层
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 	; 	pip3 --version # buildkit
                        
# 2024-10-19 07:23:40  0.00B 设置环境变量 PYTHON_SHA256
ENV PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372
                        
# 2024-10-19 07:23:40  0.00B 设置环境变量 PYTHON_VERSION
ENV PYTHON_VERSION=3.11.10
                        
# 2024-10-19 07:23:40  0.00B 设置环境变量 GPG_KEY
ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
                        
# 2024-10-19 07:23:40  9.24MB 执行命令并创建新的镜像层
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-10-19 07:23:40  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2024-10-19 07:23:40  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-10-17 08:20:30  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-10-17 08:20:29  74.78MB 
/bin/sh -c #(nop) ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in / 
                        
                    

镜像信息

{
    "Id": "sha256:52eb9a353af0cc30b1417177f8639cf122c46c3702e3b73fb0d68a7bd461608e",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.119.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.119.1"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:e8c416445db60c0ec94394c1e0e672b78409664f17de78787c62f6d13d3f6d92",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:694426806c174ff5bba26886a7a4ed68b3f5a04d0fb6996c0b5fa2ab34f96d18"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-29T13:35:35.199452744Z",
    "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.10",
            "PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372",
            "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-10-29T13:58:06.420Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "00dd9419a564d5ca39dc1886747eecf956ce23f5",
            "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.119.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 778404434,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cf6b10701cb36d709f421733fe830da44804a3bf377f8602a69feb46b4be2727/diff:/var/lib/docker/overlay2/b140cd35f6b980ae1bf90a50f9b938efc5299bcdaba0e0cfbf3ffa123a69a09f/diff:/var/lib/docker/overlay2/67f0e607c748db6fe19a56582d84dfbf9be77f39db26c9e59ad59c4626422745/diff:/var/lib/docker/overlay2/1ef1580c7e574cb29b7913659a9fe30e159ecacb03c1da92fe949bb5055b5557/diff:/var/lib/docker/overlay2/a34ea7ebca788b834ed03860f0dfc77d95cc7a5e367582bdec94839e935deb92/diff:/var/lib/docker/overlay2/f341cc6ddf6752bc42b1fb178cacfc1d977064f248dd2aa934dce02bede124e9/diff:/var/lib/docker/overlay2/8993edc4f1150df371fc33ab0a145cb4871403b1f4ef8491c34496751f1479b0/diff:/var/lib/docker/overlay2/8fbf3eea6cc5e679ff8b9ed2cdc4bb83f2196226a54026e12d0fb12b4cf46605/diff:/var/lib/docker/overlay2/6a08cb98733e6d6a36aff45cac82c1f4cd34fce878822f392e972680dd50fa69/diff:/var/lib/docker/overlay2/640dc40711366eefdc38587353d7800897ec5b45fb0486472d1bbe1802e322be/diff",
            "MergedDir": "/var/lib/docker/overlay2/dff5a7af6e58de612400f2ae4e44eedd021c4578f3d32667ec1cd90a1658e85c/merged",
            "UpperDir": "/var/lib/docker/overlay2/dff5a7af6e58de612400f2ae4e44eedd021c4578f3d32667ec1cd90a1658e85c/diff",
            "WorkDir": "/var/lib/docker/overlay2/dff5a7af6e58de612400f2ae4e44eedd021c4578f3d32667ec1cd90a1658e85c/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:98b5f35ea9d3eca6ed1881b5fe5d1e02024e1450822879e4c13bb48c9386d0ad",
            "sha256:835db2ba7b13a8065bd385048e82dc73de37f95eb75821b2cfee1a63b6027dff",
            "sha256:317c644d5100db6142b2709ec03c83c89c1d3dc235217de3ea5722e6e2bc8af5",
            "sha256:865cca643298f71a56cc1cfaa4e49d5de8692e58b33e05bc00177ceb5b94715c",
            "sha256:c0c74b36498a9c6123f4867020bf01cbd7339f50c1a6909805d78dacc2a4d2e8",
            "sha256:24c6b2fce5f5a6de604040c472059847a4f6cd1fdd982f6370ec62789ea3bebf",
            "sha256:b3b8fb367f4a5c5119ae1cae41019f4c8d61ee6e560b5cb77f28bff89e49d687",
            "sha256:bae782fa3838078af8a3e04929621af9bd98683437ad4d0bda631c071910e513",
            "sha256:6cec91b1e35492b409046ac4fe9eb96ad287f16aaae436df1ad90454866a1269",
            "sha256:142c088f2c1225224c0e2d7377790c1ea4d8b3d640904310c6b25cb4f4e7540d",
            "sha256:de65df1053802cb2521a932a892c63f48750366ca627a5e34969ca1e8dab92d9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-10-30T21:55:05.858866639+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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