Sign inSign up

yuntian123456/daily_stock_analysis:v3.17.1

Multi-platform
Index digest

sha256:2621079aceb9483e81c6aae8fa2fedce0fd738e860e8076ee092cb8eb592e524

OS/ARCH

Compressed size

421.55 MB

Last pushed

4 months by yuntian123456

Type

Image

Manifest digest

sha256:ffdb9b8eba111a60f2287df7dc706fdbdc96558240ce2999bb8fa8df5cda64b1

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.35 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.19 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11WORKDIR /app92 B
12ENV TZ=Asia/Shanghai0 B
13RUN /bin/sh -c ln -snf192 B
14RUN /bin/sh -c apt-get update176.71 MB
15RUN /bin/sh -c groupadd -g3.24 KB
16COPY requirements.txt . # buildkit1.95 KB
17RUN /bin/sh -c pip install196.09 MB
18COPY *.py ./ # buildkit11.32 KB
19COPY api/ ./api/ # buildkit48.75 KB
20COPY data_provider/ ./data_provider/ # buildkit99.3 KB
21COPY bot/ ./bot/ # buildkit43.87 KB
22COPY src/ ./src/ # buildkit467.58 KB
23COPY strategies/ ./strategies/ # buildkit10.75 KB
24COPY /app/static ./static/ # buildkit993.32 KB
25COPY docker/entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1.02 KB
26RUN /bin/sh -c mkdir -p1.64 MB
27ENV PYTHONUNBUFFERED=10 B
28ENV LOG_DIR=/app/logs0 B
29ENV DATABASE_PATH=/app/data/stock_analysis.db0 B
30ENV WEBUI_HOST=0.0.0.00 B
31ENV API_PORT=80000 B
32EXPOSE [8000/tcp]0 B
33VOLUME [/app/data /app/logs /app/reports]0 B
34HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8000/api/health0 B
35ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B
36CMD ["python" "main.py" "--schedule"]0 B

Command

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