sha256:226e52af3e116773c7c01135c3aff631ece98e82cbf50294edf5b9816157bd60
OS/ARCH
Compressed size
835.94 MB
Last pushed
4 months by jsonbored
Type
Image
Manifest digest
sha256:e2e3babb46b6ad2eadf204434e689c2ea0de7aefbdaa90a43075257b48167294
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 / 26.12 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 update276.06 MB12ENV PYTHONPATH=/app/src0 B13WORKDIR /app93 B14COPY /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages # buildkit451.55 MB15COPY /app/src/interface/web/out ./src/khoj/interface/built # buildkit6.21 MB16COPY . . # buildkit2.77 MB17RUN /bin/sh -c cd src7.45 MB18ARG PORT=421100 B19EXPOSE [42110/tcp]0 B20ENTRYPOINT ["python3" "src/khoj/main.py"]0 B21ARG S6_OVERLAY_VERSION=3.1.6.20 B22ARG TARGETARCH=arm640 B23SHELL [/bin/bash -o pipefail -c]0 B24USER root0 B25RUN |2 S6_OVERLAY_VERSION=3.1.6.2 TARGETARCH=arm64 /bin/bash65.79 MB26COPY rootfs/ / # buildkit2.36 KB27RUN |2 S6_OVERLAY_VERSION=3.1.6.2 TARGETARCH=arm64 /bin/bash2.36 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