logo
ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn
linux/arm64 ghcr.io 请确认架构匹配
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
402
浏览次数
1.21GB
镜像大小
源镜像
ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn-linuxarm64
镜像ID
sha256:f918b5b62e34cf1c0ad21c208c8096b8580ccd8543e77af37a57240c0a37d818
镜像 TAG
v1.122.3-armnn-linuxarm64
镜像大小
1.21GB
平台架构
linux/arm64
镜像源
ghcr.io
CMD
./start.sh
启动入口
tini --
工作目录
/usr/src/app
OS/平台
linux/arm64
镜像创建
2024-12-13T13:59:18.480443548Z
同步时间
2024-12-14 10:02
浏览量
402 次
贡献者
⚙️ 环境变量 11
KeyValue
PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=C.UTF-8 1
GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D 2
PYTHON_VERSION=3.11.10 3
PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372 4
LD_LIBRARY_PATH=/opt/armnn 5
TRANSFORMERS_CACHE=/cache 6
PYTHONDONTWRITEBYTECODE=1 7
PYTHONUNBUFFERED=1 8
PYTHONPATH=/usr/src 9
DEVICE=armnn 10
🏷️ 镜像标签 8
KeyValue
2024-12-13T13:53:48.468Z org.opencontainers.image.created
High performance self-hosted photo and video management solution. org.opencontainers.image.description
AGPL-3.0 org.opencontainers.image.licenses
c52f1bae81aae8d0c86b2cf3f9384eb92e39ab36 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.122.3-armnn org.opencontainers.image.version
🛡️ 镜像安全扫描
debian 12.8 Trivy 2024-12-14 10:04 查看完整报告
129
低危 LOW
21
中危 MEDIUM
9
高危 HIGH
1
严重 CRITICAL
受影响目标 (3)
ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn (debian 12.8) debian Python python-pkg /opt/venv/lib/python3.11/site-packages/skimage/data/_fetchers.py

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像构建历史


# 2024-12-13 21:59:18  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
                        
# 2024-12-13 21:59:18  0.00B 设置默认要执行的命令
CMD ["./start.sh"]
                        
# 2024-12-13 21:59:18  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--"]
                        
# 2024-12-13 21:59:18  92.97KB 复制新文件或目录到容器中
COPY app . # buildkit
                        
# 2024-12-13 21:59:18  1.46KB 复制新文件或目录到容器中
COPY start.sh log_conf.json gunicorn_conf.py ./ # buildkit
                        
# 2024-12-13 21:59:18  6.78KB 复制新文件或目录到容器中
COPY ann/ann.py /usr/src/ann/ann.py # buildkit
                        
# 2024-12-13 21:59:18  558.67MB 复制新文件或目录到容器中
COPY /opt/venv /opt/venv # buildkit
                        
# 2024-12-13 21:55:07  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
                        
# 2024-12-13 21:55:06  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=armnn
                        
# 2024-12-13 21:55:06  0.00B 设置工作目录为/usr/src/app
WORKDIR /usr/src/app
                        
# 2024-12-13 21:55:06  1.15MB 执行命令并创建新的镜像层
RUN |1 DEVICE=armnn /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-12-13 21:54:44  0.00B 定义构建参数
ARG DEVICE=armnn
                        
# 2024-12-13 21:54:44  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
                        
# 2024-12-13 21:54:44  444.74MB 执行命令并创建新的镜像层
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
                        
# 2024-12-13 21:54:44  0.00B 设置环境变量 LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/opt/armnn
                        
# 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  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 	; 	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.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-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-19 07:23:40  0.00B 设置默认要执行的命令
CMD ["bash"]
                        
# 2024-10-19 07:23:40  97.11MB 复制文件或目录到容器中
ADD rootfs.tar.xz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:f918b5b62e34cf1c0ad21c208c8096b8580ccd8543e77af37a57240c0a37d818",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.122.3-armnn-linuxarm64"
    ],
    "RepoDigests": [
        "ghcr.io/immich-app/immich-machine-learning@sha256:e0d26c4bac1c0cbb097ad3ba64dbbc5c7d0c877a2cd747a9ebbf1fb91a559627",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:d43fd326eb5a67586087303a94ed7981e2d70572ae5f41137b72d72d2ece9264"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-13T13:59:18.480443548Z",
    "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",
            "LD_LIBRARY_PATH=/opt/armnn",
            "TRANSFORMERS_CACHE=/cache",
            "PYTHONDONTWRITEBYTECODE=1",
            "PYTHONUNBUFFERED=1",
            "PYTHONPATH=/usr/src",
            "DEVICE=armnn"
        ],
        "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-12-13T13:53:48.468Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "c52f1bae81aae8d0c86b2cf3f9384eb92e39ab36",
            "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.122.3-armnn"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 1207613565,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e730d03f1d672e8cc744de36ecdab3a424b2bb5cbc28127737642418016b5767/diff:/var/lib/docker/overlay2/808a0f2504375701d63d6858e03a8f5d2619a2ca4531b1f0a68cdd7272cf8345/diff:/var/lib/docker/overlay2/a0507b09392a0f2aad7351998eb9a4a30df36883a15a81bc1cf144ae294c0493/diff:/var/lib/docker/overlay2/d9c45ac6141709fb5f86cb670c164e0ac2c2b3e20606148ecb0a4ea4755618db/diff:/var/lib/docker/overlay2/e44d4b0fbfb279cf925da7c8f587eb61d04162a571eb2dae61e5a84415cf9d88/diff:/var/lib/docker/overlay2/d9409e890bb700877cea231235aa56ef82a9a27e43fc6cbdd82ee30081a2aa4b/diff:/var/lib/docker/overlay2/1c5fe33cfe1fb73a4478d660abf9dca3bc5b7131d01941200d0a91f212197c20/diff:/var/lib/docker/overlay2/d8e7289efd8ceb2747f53b571c18c9f8b58b94d7e5866bd072d7fdfd99fea8bb/diff:/var/lib/docker/overlay2/3bb9dfbe17194a2ff1b1efc112543933717d2e55604a34eacd0220cf103616ab/diff:/var/lib/docker/overlay2/a6b5c8b7604fde6023e551470cabe7e8eb2780dc5473c6f7a01060b7092976bc/diff:/var/lib/docker/overlay2/23ee23bfabcf5fb8d56c7a6cd35d96b8e42aa3ef1521e20268634ea5d774d1c0/diff:/var/lib/docker/overlay2/9142a6c0292a8cd81fc274f009483f3579678c4c5404849d21a00b056e9df399/diff",
            "MergedDir": "/var/lib/docker/overlay2/cc458021f01ee0aeb80c510ebd5d39ed77741628bfa7a256fdfa4c92c8d077ff/merged",
            "UpperDir": "/var/lib/docker/overlay2/cc458021f01ee0aeb80c510ebd5d39ed77741628bfa7a256fdfa4c92c8d077ff/diff",
            "WorkDir": "/var/lib/docker/overlay2/cc458021f01ee0aeb80c510ebd5d39ed77741628bfa7a256fdfa4c92c8d077ff/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:077584c0c75a9ed7e709ddf807892e87202ffaed0c3ada73e3ca853b425dc067",
            "sha256:678d187bf5a8aab0b5a194f98d39dc35251244ad9808826cf121bfecc20c92f5",
            "sha256:b5a267b3fc2c8e766aa1d90ab25b36477020edb7cd37f719331ae742a935208e",
            "sha256:3573c53dba01ea5ddb96036d9c6b630c8cad2de487aefd181c9977a9df88222b",
            "sha256:f8291e381c5be57440f9dd80d8edd54d38342dcdcfe869d89805e196d71d584e",
            "sha256:3cf130a4f273cb637c39c8d30b7aa9495161310ac1d7a397b5ff280e27078d48",
            "sha256:de3859eba2be922d7dbb16613185177e8ca3331a74ef51520b084e375f620821",
            "sha256:a946f543194ba59f92198672f90712cfd41e867cc2b509ae581868c469539c82",
            "sha256:5518f8fa3da00378e5745fccb8ba4f6192edf6ed86ee49632c624a0d131ae8b2",
            "sha256:bf76455556eb14c06ab01999bed6f9026eee593f201beab587099d2a8da6bd90",
            "sha256:e6727ecb53bcfec1f321e008d9e45d1696690d5afa2a159e0d6185a5aa85b10b",
            "sha256:d83a8ce96ab7cdad86488cd8bfe550a80220bcff069fe69f3eac39d428732452",
            "sha256:06c96d061ffe1d792b06f856dbac3ebf3558a6894cc4cd83ae186773872831e0"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-14T10:02:11.110594289+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

linux/amd64 ghcr.io4.71GB2025-08-16 19:40
615

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

linux/amd64 ghcr.io1.29GB2025-08-16 19:44
742

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

linux/amd64 ghcr.io32.02GB2025-08-17 04:06
803
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×