sha256:30dde12136bc6c5b3b14dfa63458cf7c21958a305c2e8f633304ba4cef15a8fa
OS/ARCH
linux/amd64
Compressed size
293.51 MB
Last pushed
over 1 year by joyzoursky
Type
Image
Manifest digest
sha256:30dde12136bc6c5b3b14dfa63458cf7c21958a305c2e8f633304ba4cef15a8fa
Image Layers
1# debian.sh --arch 'amd64' out/26.9 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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.110 B7ENV PYTHON_SHA256=2a9920c7a0cd236de33644ed980a13cbbc21058bfdc528febb6081575ed73be30 B8RUN /bin/sh -c set -eux;15.45 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11RUN /bin/sh -c mkdir -p162 B12WORKDIR /app32 B13COPY . /app # buildkit114.88 KB14RUN /bin/sh -c pip3 install247.7 MB15COPY ./static/index.html /usr/local/lib/python3.11/site-packages/streamlit/static/index.html # buildkit1.07 KB16COPY ./static/favicon.png /usr/local/lib/python3.11/site-packages/streamlit/static/favicon.png # buildkit1.17 KB17EXPOSE map[8501/tcp:{}]0 B18HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost:8501/_stcore/health"]0 B19ENTRYPOINT ["streamlit" "run" "src/IssueSnap.py" "--server.port=8501"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'