Sign inSign up

birdxs/tradingagents-backend:v1.0.0-preview

Multi-platform
Index digest

sha256:ad185b0f7cd899031a12a829e88ce4f9ce9fb17c9c0f5195d118c7708cc1adea

OS/ARCH

Compressed size

598.5 MB

Last pushed

10 months by birdxs

Type

Image

Manifest digest

sha256:01c0d0ce2e9972885b0e452619ae2da1950d85193b892085aeab6a205df77f11

Image Layers

1# debian.sh --arch 'arm64' out/26.8 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.19 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.6 MB
9RUN /bin/sh -c set -eux;248 B
10CMD ["python3"]0 B
11ARG TARGETARCH=arm640 B
12ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 PIP_NO_CACHE_DIR=1 TZ=Asia/Shanghai0 B
13WORKDIR /app92 B
14RUN |1 TARGETARCH=arm64 /bin/sh -c241.67 MB
15COPY pyproject.toml README.md ./ #7.26 KB
16RUN |1 TARGETARCH=arm64 /bin/sh -c307.99 MB
17COPY app ./app # buildkit427.94 KB
18COPY tradingagents ./tradingagents # buildkit331.64 KB
19COPY config ./config # buildkit2.31 KB
20COPY scripts ./scripts # buildkit557.69 KB
21COPY docs ./docs # buildkit2.93 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 'arm64' out/ 'bookworm' '@1762202650'