sha256:690830227f2cb4d9ce9e622e4885e58e141f2932c2068248d73bd63e249bfd4b
OS/ARCH
Compressed size
1.2 GB
Last pushed
7 months by catpineapple
Type
Image
Manifest digest
sha256:e4dde6bac2995c85c8dc08513e5d075378e7514ebddca72543781644fe81fda4
Image Layers
1# debian.sh --arch 'arm64' out/26.81 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.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;15.14 MB9RUN /bin/sh -c set -eux;251 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update19.17 MB12RUN /bin/sh -c ACCEPT_EULA=Y apt-get2.01 MB13RUN /bin/sh -c apt-get install20.14 MB14RUN /bin/sh -c apt-get -y456.21 KB15ENV VIRTUAL_ENV=/app/.venv PATH=/app/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin PYTHONPATH=/app REMOTE_FUNCTION_LIST_PATH=/app/resources/function_list0 B16WORKDIR /app93 B17COPY /app/.venv /app/.venv # buildkit866.36 MB18COPY app ./app/ # buildkit55.11 KB19COPY resources ./resources/ # buildkit132.1 KB20COPY notebooks ./notebooks/ # buildkit2.2 KB21COPY wren/ ./wren/ # buildkit2.91 KB22COPY pyproject.toml poetry.lock ./ #223.25 KB23RUN /bin/sh -c pip install27.41 MB24RUN /bin/sh -c poetry install239.67 MB25COPY /app/.venv /app/.venv # buildkit11.32 KB26RUN /bin/sh -c pip install2.16 MB27RUN /bin/sh -c jupyter lab3.55 MB28COPY entrypoint.sh ./ # buildkit855 B29RUN /bin/sh -c chmod +x849 B30EXPOSE [8000/tcp 8888/tcp]0 B31ENTRYPOINT ["./entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1771804800'