sha256:183dc2b3348d7fc207b0c662dac95d0ee7e835abe03142924abdbe322121898e
OS/ARCH
linux/amd64
Compressed size
7.59 GB
Last pushed
almost 2 years by pixiake
Type
Image
Manifest digest
sha256:183dc2b3348d7fc207b0c662dac95d0ee7e835abe03142924abdbe322121898e
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.37 MB6CMD ["/bin/bash"]0 B7USER root0 B8ENV LIGHTEN=00 B9WORKDIR /ragflow129 B10RUN /bin/sh -c apt update30.75 MB11RUN /bin/sh -c sed -i1.18 KB12RUN /bin/sh -c apt update253.47 MB13RUN /bin/sh -c curl -o1.92 MB14ENV PYTHONDONTWRITEBYTECODE=1 DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=10 B15ENV POETRY_NO_INTERACTION=10 B16ENV POETRY_VIRTUALENVS_IN_PROJECT=true0 B17ENV POETRY_VIRTUALENVS_CREATE=true0 B18ENV POETRY_KEYRING_ENABLED=false0 B19ENV POETRY_REQUESTS_TIMEOUT=150 B20USER root0 B21WORKDIR /ragflow32 B22RUN /bin/sh -c apt update14.63 MB23COPY web web # buildkit30.02 MB24COPY api api # buildkit88.39 KB25COPY conf conf # buildkit7.43 KB26COPY deepdoc deepdoc # buildkit388.72 KB27COPY rag rag # buildkit4.31 MB28COPY agent agent # buildkit304.3 KB29COPY graphrag graphrag # buildkit24.27 KB30COPY pyproject.toml poetry.toml poetry.lock ./205.32 KB31RUN /bin/sh -c mkdir -p238 B32RUN /bin/sh -c tar --exclude='.*'68.48 MB33RUN /bin/sh -c tar -cf3.81 GB34COPY /ragflow/web/dist /ragflow/web/dist # buildkit45.1 MB35ENV VIRTUAL_ENV=/ragflow/.venv0 B36COPY /ragflow/.venv /ragflow/.venv # buildkit3.27 GB37ENV PATH=/ragflow/.venv/bin:/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B38RUN /bin/sh -c python3 -m44.79 MB39ENV PYTHONPATH=/ragflow/0 B40COPY docker/entrypoint.sh ./entrypoint.sh # buildkit470 B41RUN /bin/sh -c chmod +x468 B42ENTRYPOINT ["./entrypoint.sh"]0 BCommand
ARG RELEASE