Sign inSign up

birdxs/tradingagents-backend:v1.0.0-preview20251115

Multi-platform
Index digest

sha256:8d4f7ba45edfe3813bf31d7c5ebe06afef98d12b60e12c15f843b12bf073708d

OS/ARCH

Compressed size

607.8 MB

Last pushed

10 months by birdxs

Type

Image

Manifest digest

sha256:db149e15f38f0273907efbeda1643ea7ea7dc33d57d730d8e6a9eb1cfebac421

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;3.35 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.10.190 B
7ENV PYTHON_SHA256=c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c0760 B
8RUN /bin/sh -c set -eux;14.66 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11ARG TARGETARCH=amd640 B
12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 TZ=Asia/Shanghai0 B
13WORKDIR /app93 B
14RUN |1 TARGETARCH=amd64 /bin/sh -c242.78 MB
15COPY pyproject.toml README.md ./ #7.42 KB
16RUN |1 TARGETARCH=amd64 /bin/sh -c315.78 MB
17COPY app ./app # buildkit431.07 KB
18COPY tradingagents ./tradingagents # buildkit332.27 KB
19COPY config ./config # buildkit2.31 KB
20COPY scripts ./scripts # buildkit565.72 KB
21COPY docs ./docs # buildkit2.97 MB
22COPY install ./install # buildkit15.15 KB
23COPY .env.docker ./.env # buildkit4.78 KB
24EXPOSE [8000/tcp]0 B
25ENV DOCKER_CONTAINER=true0 B
26CMD ["python" "-m" "uvicorn" "app.main:app"0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'