sha256:9b644df455da1ab466a9a459e024542ef0e9791f5cd14f4e106f4f3489d75f1e
OS/ARCH
Compressed size
235.76 MB
Last pushed
3 months by arcturusnetworks
Type
Image
Manifest digest
sha256:017bad5ccceba00b07af79bc3140ac6fb5886c5479b8b7a9e25bf0d810f46fec
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;1.23 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.130 B7ENV PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b6840 B8RUN /bin/sh -c set -eux;11.55 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update73.71 MB13COPY /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages # buildkit120.83 MB14COPY /usr/local/bin/uvicorn /usr/local/bin/uvicorn # buildkit280 B15COPY albumentations-server/src/ ./src # buildkit28.18 KB16EXPOSE [10101/tcp]0 B17CMD ["uvicorn" "src.main:app" "--host" "0.0.0.0"0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'