sha256:ea59062486a83ee9091c3ba85e71d84ddf4c143e339a78ef5912405e42e9da27
OS/ARCH
linux/amd64
Compressed size
7.79 GB
Last pushed
over 1 year by hakatashi
Type
Image
Manifest digest
sha256:ea59062486a83ee9091c3ba85e71d84ddf4c143e339a78ef5912405e42e9da27
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 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.16 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.80 B7ENV PYTHON_SHA256=c909157bb25ec114e5869124cc2a9c4a4d4c1e957ca4ff553f1edc692101154e0 B8RUN /bin/sh -c set -eux;13.02 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=10 B12WORKDIR /usr/src/app134 B13COPY requirements.txt ./ # buildkit287 B14RUN /bin/sh -c pip install5.88 GB15RUN /bin/sh -c huggingface-cli download1.65 GB16RUN /bin/sh -c ls -lah93 B17COPY . ./ # buildkit225.69 MB18CMD ["/bin/sh" "-c" "exec gunicorn0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'