sha256:99e2b40eec058b4dc80e04f9c823b8d10db51e0eb204cae71caa986a256ce539
OS/ARCH
Compressed size
1.11 GB
Last pushed
5 months by jsonbored
Type
Image
Manifest digest
sha256:a1e193da1d287ae23cc39503027b547f3c84a858a8db732d3c389cfd8037e565
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7LABEL homepage=https://khoj.dev0 B8LABEL repository=https://github.com/khoj-ai/khoj0 B9LABEL org.opencontainers.image.source=https://github.com/khoj-ai/khoj0 B10LABEL org.opencontainers.image.description=Your second brain, containerized0 B11RUN /bin/sh -c apt update300.88 MB12ENV PYTHONPATH=/app/src0 B13WORKDIR /app93 B14COPY /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages # buildkit744.46 MB15COPY /app/src/interface/web/out ./src/khoj/interface/built # buildkit6.21 MB16COPY . . # buildkit2.77 MB17RUN /bin/sh -c cd src7.44 MB18ARG PORT=421100 B19EXPOSE [42110/tcp]0 B20ENTRYPOINT ["python3" "src/khoj/main.py"]0 B21ARG S6_OVERLAY_VERSION=3.1.6.20 B22ARG TARGETARCH=amd640 B23SHELL [/bin/bash -o pipefail -c]0 B24USER root0 B25RUN |2 S6_OVERLAY_VERSION=3.1.6.2 TARGETARCH=amd64 /bin/bash43.85 MB26COPY rootfs/ / # buildkit2.16 KB27RUN |2 S6_OVERLAY_VERSION=3.1.6.2 TARGETARCH=amd64 /bin/bash2.16 KB28LABEL org.opencontainers.image.source=https://github.com/JSONbored/khoj-aio org.opencontainers.image.title=khoj-aio org.opencontainers.image.description=Unraid-first AIO0 B29VOLUME [/root/.khoj /var/lib/postgresql/data /root/.cache/huggingface /root/.cache/torch/sentence_transformers]0 B30EXPOSE [42110/tcp]0 B31ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=3000000 B32ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=20 B33HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://localhost:42110/0 B34ENTRYPOINT ["/init"]0 BCommand
ARG RELEASE