sha256:1fa23a5bb0499b068c58abd9cf454672bdb677a0dcf275a2b75a40fe1a260ed4
OS/ARCH
linux/amd64
Compressed size
56.64 MB
Last pushed
6 months by jupyterhubbot
Type
Image
Manifest digest
sha256:1fa23a5bb0499b068c58abd9cf454672bdb677a0dcf275a2b75a40fe1a260ed4
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;3.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.120 B6ENV PYTHON_SHA256=2a84cd31dd8d8ea8aaff75de66fc1b4b0127dd5799aa50a64ae9a313885b45930 B7RUN /bin/sh -c set -eux;11.9 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10ENV PYTHONUNBUFFERED=10 B11RUN /bin/sh -c apt-get -y32 B12COPY requirements.txt /tmp/requirements.txt # buildkit777 B13ARG PIP_CACHE_DIR=/tmp/pip-cache0 B14RUN |1 PIP_CACHE_DIR=/tmp/pip-cache /bin/sh -c14.42 MB15COPY /tini /tini # buildkit9.24 KB16WORKDIR /srv32 B17COPY . . # buildkit27.14 KB18ENTRYPOINT ["/tini" "--"]0 B19CMD ["python" "/srv/run.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'