sha256:42e2f8e7beaff90b62bba64ce58b876defa7497ea39803008cc10225d99e83b1
OS/ARCH
linux/amd64
Compressed size
56.64 MB
Last pushed
7 months by jupyterhubbot
Type
Image
Manifest digest
sha256:3f34c78b066f92f689c8ef7aa0860e491ea7da99c015f5150c56400ea2ef6d24
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;250 B9CMD ["python3"]0 B10ENV PYTHONUNBUFFERED=10 B11RUN /bin/sh -c apt-get -y32 B12COPY requirements.txt /tmp/requirements.txt # buildkit782 B13ARG PIP_CACHE_DIR=/tmp/pip-cache0 B14RUN |1 PIP_CACHE_DIR=/tmp/pip-cache /bin/sh -c14.43 MB15COPY /tini /tini # buildkit9.24 KB16WORKDIR /srv32 B17COPY . . # buildkit27.15 KB18ENTRYPOINT ["/tini" "--"]0 B19CMD ["python" "/srv/run.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'