Sign inSign up

zhulinsen/daily_stock_analysis:sha-e8a9ca7742e8cb2498c8f491dd76d239b3064e1a

Multi-platform
Index digest

sha256:a2443710653ecdbca2c3bb8ffac1ab4955ca975651046535eb55b2de9d93b01e

OS/ARCH

Compressed size

461.67 MB

Last pushed

2 months by zhulinsen

Type

Image

Manifest digest

sha256:617011ffd8655b58eeeab8cf042f746977c7c59376236e3a7fd657b9f8745984

Image Layers

1# debian.sh --arch 'amd64' out/26.93 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.36 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.150 B
7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B
8RUN /bin/sh -c set -eux;15.25 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11WORKDIR /app93 B
12ENV TZ=Asia/Shanghai0 B
13RUN /bin/sh -c ln -snf193 B
14RUN /bin/sh -c apt-get update203.56 MB
15RUN /bin/sh -c groupadd -g3.23 KB
16COPY requirements.txt . # buildkit1.9 KB
17RUN /bin/sh -c pip install202.85 MB
18COPY *.py ./ # buildkit16.34 KB
19COPY api/ ./api/ # buildkit255.79 KB
20COPY data_provider/ ./data_provider/ # buildkit437.59 KB
21COPY bot/ ./bot/ # buildkit148.01 KB
22COPY src/ ./src/ # buildkit2.72 MB
23COPY strategies/ ./strategies/ # buildkit14.16 KB
24COPY /app/static ./static/ # buildkit1.19 MB
25COPY docker/entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1.06 KB
26RUN /bin/sh -c python -c97.9 KB
27RUN /bin/sh -c mkdir -p4.77 MB
28RUN /bin/sh -c EF_DATA_DIR="$(python -c85.89 KB
29ENV PYTHONUNBUFFERED=10 B
30ENV LOG_DIR=/app/logs0 B
31ENV DATABASE_PATH=/app/data/stock_analysis.db0 B
32ENV WEBUI_HOST=0.0.0.00 B
33ENV API_PORT=80000 B
34EXPOSE map[8000/tcp:{}]0 B
35VOLUME [/app/data /app/logs /app/reports]0 B
36HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/api/health0 B
37ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B
38CMD ["python" "main.py" "--schedule"]0 B

Command

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