Sign inSign up

wuai1024/mneme-memory:v1.1.3

Multi-platform
Index digest

sha256:90396555199f768b3b41e8e96221880d02ed5333da984a9d343fa4d276167faa

OS/ARCH

Compressed size

748.51 MB

Last pushed

5 months by wuai1024

Type

Image

Manifest digest

sha256:1b15a69d2d5897c7bc61d92fe9165f2a914c94276887acb4348d891ebf7392b5

Image Layers

1# debian.sh --arch 'amd64' out/47.02 MB
2RUN /bin/sh -c set -eux;24.44 MB
3RUN /bin/sh -c set -eux;64.65 MB
4RUN /bin/sh -c set -ex;225.14 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.8 MB
8ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
9ENV PYTHON_VERSION=3.12.130 B
10ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B
11RUN /bin/sh -c set -eux;24.51 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 /app93 B
19RUN /bin/sh -c apt-get update6.92 MB
20RUN /bin/sh -c pip install222.49 MB
21RUN /bin/sh -c pip install127.53 MB
22COPY app/ ./app/ # buildkit8.16 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
27ENV TZ=Asia/Shanghai0 B
28ENV CORS_ORIGINS=*0 B
29EXPOSE [33333/tcp]0 B
30HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:33333/health0 B
31CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 B

Command

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