Sign inSign up

scitrera/memorylayer-server:0.0.3

Multi-platform
Index digest

sha256:78e5dfdc0b86eeb83f4821c5f055571dd9629f23502ac746ea9d1ff902014cad

OS/ARCH

Compressed size

4.24 GB

Last pushed

7 months by scitrera

Type

Image

Manifest digest

sha256:d51ac13ed0a551ad45c37c563480826fef94af52d6163f0ecabe278d55c286de

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.120 B
7ENV PYTHON_SHA256=fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c40 B
8RUN /bin/sh -c set -eux;11.55 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11LABEL maintainer=Scitrera <[email protected]>0 B
12LABEL org.opencontainers.image.source=https://github.com/scitrera/memorylayer0 B
13LABEL org.opencontainers.image.description=MemoryLayer.ai - Memory infrastructure0 B
14LABEL org.opencontainers.image.licenses=Apache-2.00 B
15ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B
16RUN /bin/sh -c apt-get update105.88 MB
17RUN /bin/sh -c groupadd --gid3.24 KB
18RUN /bin/sh -c mkdir -p97 B
19VOLUME [/data]0 B
20WORKDIR /app93 B
21RUN /bin/sh -c pip install4.1 GB
22RUN /bin/sh -c apt-get purge105.31 KB
23USER memorylayer0 B
24ENV MEMORYLAYER_SERVER_HOST=0.0.0.0 MEMORYLAYER_SERVER_PORT=61001 MEMORYLAYER_DATA_DIR=/data MEMORYLAYER_EMBEDDING_PROVIDER=local0 B
25EXPOSE [61001/tcp]0 B
26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:61001/health0 B
27ENTRYPOINT ["memorylayer"]0 B
28CMD ["serve"]0 B

Command

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