Sign inSign up

jasonacox/docman:0.15.2-beta2

Multi-platform
Machine learning & AI
Index digest

sha256:5d21538d8a0c9e0520654aba443d8011af491dd9b43f2b59b1b33e20b28dc8cb

OS/ARCH

Compressed size

284.32 MB

Last pushed

almost 2 years by jasonacox

Type

Image

Manifest digest

sha256:196c98ea71d311d3f7f16542cab8200f54a692c9f38950ce11222b2d77710a45

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.75 KB
20RUN /bin/sh -c pip install164.99 MB
21COPY docman.py /app/docman.py # buildkit4.22 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 /