Sign inSign up

jasonacox/docman:0.15.1

Multi-platform
Machine learning & AI
Index digest

sha256:3a9c43468df8f7aa68b5fb960d4b791770e1c31284118ef4df70e8d59c2c3e51

OS/ARCH

Compressed size

284.32 MB

Last pushed

about 2 years by jasonacox

Type

Image

Manifest digest

sha256:219c53175872bbd7f603cd8efa7703a18facf2af701702e4da1b84905b0e4371

Image Layers

1ADD file ... in / 27.81 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;3.18 MB
6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
7ENV PYTHON_VERSION=3.10.150 B
8RUN /bin/sh -c set -eux;14.73 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11ENV MAX_CHUNK_SIZE=10240 B
12ENV UPLOAD_FOLDER=uploads0 B
13ENV HOST=localhost0 B
14ENV PORT=50010 B
15ENV COLLECTIONS_ADMIN=true0 B
16WORKDIR /app92 B
17RUN /bin/sh -c pip install28.96 MB
18RUN /bin/sh -c pip install44.58 MB
19RUN /bin/sh -c pip install68.74 KB
20RUN /bin/sh -c pip install164.99 MB
21COPY docman.py /app/docman.py # buildkit4.15 KB
22COPY documents.py /app/documents.py # buildkit5.75 KB
23COPY version.py /app/version.py # buildkit166 B
24COPY docman /app/docman # buildkit6.62 KB
25EXPOSE map[5001/tcp:{}]0 B
26CMD ["/bin/sh" "-c" "uvicorn docman:app0 B

Command

ADD file:06a1877f1e100122a40ed52ce771bfa7e2ab3d28323780f58f1e5b57c1e576f9 in /