sha256:cce54006542338c7b450a1317d447571e0ddf746d21f0999abaf152cca20a4f1
OS/ARCH
Compressed size
836.64 MB
Last pushed
4 months by josephamsellem
Type
Image
Manifest digest
sha256:4fcdfd3fd385a313cf55cdebe1af40ec97b06dcf76f48c425e36d8f95059333e
Image Layers
1# debian.sh --arch 'amd64' out/26.93 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.35 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;13.03 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update484.02 MB12ENV PIP_ROOT_USER_ACTION=ignore0 B13WORKDIR /usr/src/app133 B14COPY ./requirements.txt ./requirements.txt # buildkit816 B15COPY ./multi_agents/requirements.txt ./multi_agents/requirements.txt # buildkit253 B16RUN /bin/sh -c pip install296.52 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.33 KB25USER gpt-researcher0 B26WORKDIR /usr/src/app32 B27COPY --chown=gpt-researcher:gpt-researcher ./ ./ #12.77 MB28CMD ["/bin/sh" "-c" "uvicorn main:app0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'