sha256:010238b90e3b6c4c4e4bbfa01e90898ce363351248f23de5097774bd9cd7095a
OS/ARCH
Compressed size
119.28 MB
Last pushed
about 1 month by lj020326
Type
Image
Manifest digest
sha256:ce46b8aad85bb667c4bddc9b99da7d5d8c4f9bdf419bb069d279dd8353d974c7
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'