sha256:597fea25bf76e72795dba189f3eb34f96b1e9a36e8294cbb90531230c9fb2656
OS/ARCH
Compressed size
878.8 MB
Last pushed
8 days by josephamsellem
Type
Image
Manifest digest
sha256:68bbf88781d6f29e86aa126b97ac73684143b1eee4f924badfaadea88a5f2295
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.36 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.04 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update488.06 MB12ENV PIP_ROOT_USER_ACTION=ignore0 B13WORKDIR /usr/src/app130 B14COPY ./requirements.txt ./requirements.txt # buildkit876 B15COPY ./multi_agents/requirements.txt ./multi_agents/requirements.txt # buildkit250 B16RUN /bin/sh -c pip install334.22 MB17ARG HOST=0.0.0.00 B18ENV HOST=0.0.0.00 B19ARG PORT=80000 B20ENV PORT=80000 B21EXPOSE [8000/tcp]0 B22ARG WORKERS=10 B23ENV WORKERS=10 B24RUN |3 HOST=0.0.0.0 PORT=8000 WORKERS=14.38 KB25USER gpt-researcher0 B26WORKDIR /usr/src/app32 B27COPY --chown=gpt-researcher:gpt-researcher ./ ./ #13.2 MB28CMD ["/bin/sh" "-c" "uvicorn main:app0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'