Sign inSign up

wuai1024/mneme-memory:v1.0.6

Index digest

sha256:2f6bae833a9b897f0edaaa48d199d8cdbe0ffb49d2047be45361122873cf9af2

OS/ARCH

linux/amd64

Compressed size

2.75 GB

Last pushed

5 months by wuai1024

Type

Image

Manifest digest

sha256:4678b9caeb33ada638bd52fb3fb06029b14a233b5920f8db246efdf03c1ae68c

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.23 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.130 B
7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
8RUN /bin/sh -c set -eux;11.54 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11LABEL org.opencontainers.image.title=Mneme Memory Service0 B
12LABEL org.opencontainers.image.description=Semantic long-term memory service0 B
13LABEL org.opencontainers.image.source=https://github.com/wuai1024/mneme-memory0 B
14LABEL org.opencontainers.image.licenses=MIT0 B
15WORKDIR /app93 B
16RUN /bin/sh -c apt-get update11.64 MB
17RUN /bin/sh -c pip install2.57 GB
18RUN /bin/sh -c pip install127.26 MB
19COPY app/ ./app/ # buildkit3.91 KB
20ENV DATA_DIR=/data0 B
21ENV MODEL_CACHE=/data/model_cache0 B
22ENV EMBEDDING_MODEL=all-MiniLM-L6-v20 B
23ENV PORT=333330 B
24EXPOSE [33333/tcp]0 B
25HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:33333/health0 B
26CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

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