sha256:12187ecee2cf1d2320e6c2c0d9dd5fa07c391e755ca972c7de841c3e7b2061b3
OS/ARCH
Compressed size
119.28 MB
Last pushed
about 1 month by lj020326
Type
Image
Manifest digest
sha256:d52a085ddf1363b91351db91fa5ce40093df44df977332a062e0293dcfbd9c99
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update5.21 MB12COPY /build/target/release/llmfit /usr/local/bin/llmfit # buildkit6.31 MB13COPY /app/llmfit-web /app/llmfit-web # buildkit14.71 MB14RUN /bin/sh -c usermod -l24.99 MB15WORKDIR /app/llmfit-web32 B16COPY entrypoint.sh /app/entrypoint.sh # buildkit459 B17RUN /bin/sh -c chmod +x455 B18USER llmfit0 B19EXPOSE [8787/tcp]0 B20ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'