sha256:f625892bde75ad3ab926e00912d3932820fe0aeca547c7f2b1765393266dfa4c
OS/ARCH
Compressed size
3.18 GB
Last pushed
over 1 year by tsciops
Type
Image
Manifest digest
sha256:4945f4f4e0966d06546d8ff1f8f42bc4268c865748e3e7b13325c15109bf0ccc
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.100 B7ENV PYTHON_SHA256=07ab697474595e06f06647417d3c7fa97ded07afc1a7e4454c5639919b46eaea0 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=10 B12WORKDIR /app93 B13RUN /bin/sh -c useradd -ms3.24 KB14COPY /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages # buildkit3.14 GB15COPY pyproject.toml /app/ # buildkit1.87 KB16COPY pgai /app/pgai # buildkit3.69 MB17USER pgaiuser0 B18ENTRYPOINT ["python" "-m" "pgai" "vectorizer"0 B19CMD ["-c" "4"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'