sha256:42155f792ba4be2a9935763b7b608b124e826f1636a8701da6220565f99b8680
OS/ARCH
linux/amd64
Compressed size
56.92 MB
Last pushed
30 days by jupyterhubbot
Type
Image
Manifest digest
sha256:42155f792ba4be2a9935763b7b608b124e826f1636a8701da6220565f99b8680
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.37 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.150 B6ENV PYTHON_SHA256=1e66a7945a48390ee4c2a4268a0e4185884059a13c4aab6d148aa208deea4a760 B7RUN /bin/sh -c set -eux;12.01 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 # buildkit778 B13ARG PIP_CACHE_DIR=/tmp/pip-cache0 B14RUN |1 PIP_CACHE_DIR=/tmp/pip-cache /bin/sh -c14.58 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' '@1785715200'