sha256:12187ecee2cf1d2320e6c2c0d9dd5fa07c391e755ca972c7de841c3e7b2061b3
OS/ARCH
Compressed size
117.57 MB
Last pushed
about 1 month by lj020326
Type
Image
Manifest digest
sha256:514100ef85e2f2cce7ebdd66b0e6878b2eee24ec6cebc70035673b756b90a7d6
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.47 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.05 MB12COPY /build/target/release/llmfit /usr/local/bin/llmfit # buildkit6.24 MB13COPY /app/llmfit-web /app/llmfit-web # buildkit14.25 MB14RUN /bin/sh -c usermod -l24.11 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 'arm64' out/ 'bookworm' '@1776729600'