Sign inSign up

wuai1024/mneme-memory:v1.0.9

Multi-platform
Index digest

sha256:9b7524bf9174bb632a94238e756843721d4157e25e7b9793ca3716bd2c7799d1

OS/ARCH

Compressed size

694.61 MB

Last pushed

5 months by wuai1024

Type

Image

Manifest digest

sha256:2412fd27afc6f569158ee1a54794d80ca0aeb069e7e987a9c642a0e85b5f706c

Image Layers

1# debian.sh --arch 'arm64' out/47.37 MB
2RUN /bin/sh -c set -eux;23.86 MB
3RUN /bin/sh -c set -eux;64.45 MB
4RUN /bin/sh -c set -ex;215.73 MB
5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
6ENV LANG=C.UTF-80 B
7RUN /bin/sh -c set -eux;5.9 MB
8ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
9ENV PYTHON_VERSION=3.12.130 B
10ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
11RUN /bin/sh -c set -eux;23.82 MB
12RUN /bin/sh -c set -eux;249 B
13CMD ["python3"]0 B
14LABEL org.opencontainers.image.title=Mneme Memory Service0 B
15LABEL org.opencontainers.image.description=Semantic long-term memory service0 B
16LABEL org.opencontainers.image.source=https://github.com/wuai1024/mneme-memory0 B
17LABEL org.opencontainers.image.licenses=MIT0 B
18WORKDIR /app91 B
19RUN /bin/sh -c apt-get update6.81 MB
20RUN /bin/sh -c pip install182.27 MB
21RUN /bin/sh -c pip install124.39 MB
22COPY app/ ./app/ # buildkit3.87 KB
23ENV DATA_DIR=/data0 B
24ENV MODEL_CACHE=/data/model_cache0 B
25ENV EMBEDDING_MODEL=all-MiniLM-L6-v20 B
26ENV PORT=333330 B
27EXPOSE [33333/tcp]0 B
28HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:33333/health0 B
29CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1776729600'