sha256:2c7438aa31dced55a32f9f2501bbc70bfebf4c8e34110851c6df96b416dcf89e
OS/ARCH
linux/amd64
Compressed size
107.95 MB
Last pushed
19 days by guillaumeeb
Type
Image
Manifest digest
sha256:06bcb41e29ee19b16a761f201501aeb9abeb5392eb1cea0e459b6cdb81c0d4b1
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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;4.07 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.160 B7ENV PYTHON_SHA256=91bcdebfdde239a003ae93738a7fce0f9230fee5c4bc2b86f6e6e8c6f98aabe80 B8RUN /bin/sh -c set -eux;13.78 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11LABEL description=NDWI processing chain from0 B12WORKDIR /app93 B13RUN /bin/sh -c apt-get update220.99 KB14COPY requirements.txt . # buildkit171 B15RUN /bin/sh -c pip install61.47 MB16COPY src/compute_ndwi.py . # buildkit1.33 KB17ENTRYPOINT ["python3" "/app/compute_ndwi.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'