sha256:ed22bf916607c718276fd138b254f7e83eb96cf27cedbfdfdde3a8bbd4cfb03e
OS/ARCH
linux/amd64
Compressed size
567.72 MB
Last pushed
2 months by kthare10
Type
Image
Manifest digest
sha256:ed22bf916607c718276fd138b254f7e83eb96cf27cedbfdfdde3a8bbd4cfb03e
Image Layers
1# debian.sh --arch 'amd64' out/28.4 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=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.75 MB9RUN /bin/sh -c set -eux;248 B10CMD ["python3"]0 B11WORKDIR /app93 B12COPY backend/requirements.txt . # buildkit705 B13RUN /bin/sh -c apt-get update218.74 MB14RUN /bin/sh -c CFLAGS="-O0" pip301.11 MB15RUN /bin/sh -c apt-get update173.58 KB16RUN /bin/sh -c useradd -m3.32 KB17RUN /bin/sh -c rm -f1.12 KB18RUN /bin/sh -c cat >1.11 KB19RUN /bin/sh -c cat >372 B20COPY ai-tools/ ai-tools/ # buildkit201.88 KB21COPY cli/ /app/cli/ # buildkit74.25 KB22RUN /bin/sh -c pip install1.35 MB23COPY /app/dist /usr/share/nginx/html # buildkit2.15 MB24COPY backend/app/ app/ # buildkit514.5 KB25COPY backend/scripts/ scripts/ # buildkit4.19 KB26COPY backend/default_artifacts/ default_artifacts/ # buildkit30.51 KB27COPY frontend/src/version.ts /app/VERSION # buildkit172 B28RUN /bin/sh -c mkdir -p169 B29ENV FABRIC_CONFIG_DIR=/home/fabric/work/fabric_config0 B30ENV FABRIC_STORAGE_DIR=/home/fabric/work0 B31ENV HOME=/home/fabric0 B32ENV LOOMAI_COMBINED_IMAGE=10 B33COPY entrypoint.sh /app/entrypoint.sh # buildkit4.75 KB34RUN /bin/sh -c chmod +x32 B35EXPOSE [3000/tcp 8000/tcp 8889/tcp 9100/tcp0 B36ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'