sha256:f6885000f7d1854223db9c7c41cede3f137834c8f3a9235f70a220a42e4a5445
OS/ARCH
Compressed size
216.4 MB
Last pushed
about 2 months by vxcontrol
Type
Image
Manifest digest
sha256:afc2f16be168b61648702426cf5fb320bc527fb5f7631a7bf8687c3978072788
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update69.41 MB12ADD https://astral.sh/uv/install.sh /uv-installer.sh # buildkit15.67 KB13RUN /bin/sh -c sh /uv-installer.sh21.23 MB14ENV PATH=/root/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=never0 B15WORKDIR /app93 B16COPY pentagi-taxonomy/v1/python/pyproject.toml pentagi-taxonomy/v1/python/README.md /app/pentagi-taxonomy/v1/python/ #880 B17COPY pentagi-taxonomy/v1/python/pentagi_taxonomy /app/pentagi-taxonomy/v1/python/pentagi_taxonomy # buildkit19.28 KB18COPY pentagi-graphiti/pyproject.toml pentagi-graphiti/README.md /app/pentagi-graphiti/ #1.58 KB19COPY pentagi-graphiti/graphiti_core /app/pentagi-graphiti/graphiti_core # buildkit272.13 KB20COPY pentagi-graphiti/server/pyproject.toml pentagi-graphiti/server/uv.lock /app/pentagi-graphiti/server/ #50.68 KB21COPY pentagi-graphiti/server/graph_service /app/pentagi-graphiti/server/graph_service # buildkit33.47 KB22COPY pentagi-graphiti/server/llm_configs /app/pentagi-graphiti/server/llm_configs # buildkit589 B23WORKDIR /app/pentagi-graphiti/server32 B24RUN /bin/sh -c uv sync32.23 MB25RUN /bin/sh -c uv pip32 B26RUN /bin/sh -c uv pip11.96 MB27RUN /bin/sh -c groupadd -r40 MB28ENV PYTHONUNBUFFERED=1 PATH=/app/pentagi-graphiti/server/.venv/bin:/root/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LOG_DIR=/app/logs FLOW_LOG_DIR=/app/logs0 B29USER app0 B30EXPOSE map[8000/tcp:{}]0 B31CMD ["sh" "-c" "exec uvicorn0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'