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

ghcr.io/immich-app/immich-machine-learning:v1.120.2 - 国内下载镜像源 浏览次数:21 温馨提示: 这是一个 linux/arm64 系统架构镜像
immich-machine-learning
是一个机器学习相关容器镜像,用于支持immich-app平台的机器学习功能。
源镜像 ghcr.io/immich-app/immich-machine-learning:v1.120.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.120.2-linuxarm64
镜像ID sha256:e83b477de8d62a6755d40b2cc4daf08be21de7cc851a8113dc777566a3725dfc
镜像TAG v1.120.2-linuxarm64
大小 713.98MB
镜像源 ghcr.io
CMD ./start.sh
启动入口 tini --
工作目录 /usr/src/app
OS/平台 linux/arm64
浏览量 21 次
贡献者
镜像创建 2024-11-12T17:37:40.894884144Z
同步时间 2024-11-17 23:07
更新时间 2024-11-21 15:43
环境变量
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-11-12T17:51:23.581Z: org.opencontainers.image.created High performance self-hosted photo and video management solution.: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses 31a1e64b58d01f66d8014c7e91c10cfd20e6aab1: 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.120.2: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: debian 12.7 扫描引擎: Trivy 扫描时间: 2024-11-17 23:09

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

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

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

Containerd拉取命令

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

Shell快速替换命令

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

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

镜像历史

大小 创建时间 层信息
0.00B 2024-11-13 01:37:40 HEALTHCHECK &{["CMD-SHELL" "python3 healthcheck.py"] "0s" "0s" "0s" "0s" '\x00'}
0.00B 2024-11-13 01:37:40 CMD ["./start.sh"]
0.00B 2024-11-13 01:37:40 ENTRYPOINT ["tini" "--"]
92.97KB 2024-11-13 01:37:40 COPY app . # buildkit
1.46KB 2024-11-13 01:37:40 COPY start.sh log_conf.json gunicorn_conf.py ./ # buildkit
6.78KB 2024-11-13 01:37:40 COPY ann/ann.py /usr/src/ann/ann.py # buildkit
557.40MB 2024-11-13 01:37:40 COPY /opt/venv /opt/venv # buildkit
3.58KB 2024-11-13 01:33:15 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
0.00B 2024-11-13 01:33:15 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
0.00B 2024-11-13 01:33:15 WORKDIR /usr/src/app
1.09MB 2024-11-13 01:33:15 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
0.00B 2024-11-13 01:33:15 ARG DEVICE=cpu
0.00B 2024-10-19 07:23:40 CMD ["python3"]
36.00B 2024-10-19 07:23:40 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
49.10MB 2024-10-19 07:23:40 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
0.00B 2024-10-19 07:23:40 ENV PYTHON_SHA256=07a4356e912900e61a15cb0949a06c4a05012e213ecd6b4e84d0f67aabbee372
0.00B 2024-10-19 07:23:40 ENV PYTHON_VERSION=3.11.10
0.00B 2024-10-19 07:23:40 ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
9.17MB 2024-10-19 07:23:40 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
0.00B 2024-10-19 07:23:40 ENV LANG=C.UTF-8
0.00B 2024-10-19 07:23:40 ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2024-10-17 09:11:59 /bin/sh -c #(nop) CMD ["bash"]
97.11MB 2024-10-17 09:11:59 /bin/sh -c #(nop) ADD file:702193928cded0bcec5edbf4a5660961e7caef8c9d9cafea3337b7f6720c4464 in /

镜像信息

{
    "Id": "sha256:e83b477de8d62a6755d40b2cc4daf08be21de7cc851a8113dc777566a3725dfc",
    "RepoTags": [
        "ghcr.io/immich-app/immich-machine-learning:v1.120.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning:v1.120.2-linuxarm64"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/immich-app/immich-machine-learning@sha256:a6c830b559f14937f74bf15da0efbc8fb442085b6be784f81b8b2abd46a94723"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-11-12T17:37:40.894884144Z",
    "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-11-12T17:51:23.581Z",
            "org.opencontainers.image.description": "High performance self-hosted photo and video management solution.",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "31a1e64b58d01f66d8014c7e91c10cfd20e6aab1",
            "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.120.2"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 713977263,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/afad17fc5adc0f24a16a3d9b963a1e2f46948bb9244a6cf6d5950dbe69f94b72/diff:/var/lib/docker/overlay2/297bd907acc7f6cf6d9b34d3efea174bba7561471a08120dbcdc71b5114f43c0/diff:/var/lib/docker/overlay2/48cf3d80cbfa380c58fcbbe1fde7808352a04372c912affe9bdbc1c60b818d1f/diff:/var/lib/docker/overlay2/ef8a573fbe00c4af23b9e9f1522691f7919164dbe60c17ba9722401fb07ab97f/diff:/var/lib/docker/overlay2/a7218050f6dfd7fee4cf963fc4e75f3c6541d45b7c1312ec0630a1ed9f28cb6a/diff:/var/lib/docker/overlay2/a20954dd2c8452f966f63090766afe9c390b24bb58eec71dd851010ab5b24c41/diff:/var/lib/docker/overlay2/1a3b5d4c4a4fecd1eeb7d0068a5cb30c972e51e625dc750ec61370ff5bf989b5/diff:/var/lib/docker/overlay2/64ff30c36cb9d4f32cdd21084e6b4c05f9ace658a874ae30d45df599d47fed6b/diff:/var/lib/docker/overlay2/83c9c0f4fabeadee4e478f35eef8feb079233a1cd163a8d8780e0cb6c8a3f937/diff:/var/lib/docker/overlay2/52f56d51a5b85483da74b608f41a29987fef912d97b8c8e18a5b07dd1170ad9f/diff",
            "MergedDir": "/var/lib/docker/overlay2/4f4cf0fbef534102270eb0670dd66f3fd83f9c791fe96f4655aa86cf56aaead4/merged",
            "UpperDir": "/var/lib/docker/overlay2/4f4cf0fbef534102270eb0670dd66f3fd83f9c791fe96f4655aa86cf56aaead4/diff",
            "WorkDir": "/var/lib/docker/overlay2/4f4cf0fbef534102270eb0670dd66f3fd83f9c791fe96f4655aa86cf56aaead4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f0f039847c0897e41273775d599cc761049c809342ff8362efb4caf561186ada",
            "sha256:c6fe574d28cee88986e7a83cd3aa90cf971e618ce75dc5ef30fbeaaf74ab10b8",
            "sha256:d37582ba90d59a93322a22baf56a21e074dcf0fdf641f12c7af4ba76e156b0c6",
            "sha256:069dda5e673b37b18c361c6b5938bfdd9cf1f979d3a87cbe4a7bd501ca570119",
            "sha256:0f5cd7d0a249aef84d51b3d1cc6ccf82678afb8ea9e8c3604500b9565f9786ea",
            "sha256:9e875f84bd12c1d06b23da60c11fad6f654289d3ccc5066d6110f1a630cd74ca",
            "sha256:86ba7f308412a22714f3889dd5dc00e1ccb8af124ef06a981de6d2e0818e8a66",
            "sha256:d1e4e51416840c0517a17c46c42b31cad8ad4619565ca6873dc19b3bbf5d0942",
            "sha256:6880854b1655fde429b80e59d2626b430a309664580caa3d0ec63ee854a04846",
            "sha256:cfd5a6cfffdbd12278eeb0ff3d18c027ad95b9b9280b0cfc88ce2859bf9832c4",
            "sha256:0ff47bde21af379ef922d6989a9f8c7cc7e487247c747842107f129b2c2e6f12"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-17T23:07:26.421263839+08:00"
    }
}

更多版本

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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