sha256:ab0f061a8a9f6c7245f22de677c9d7ebae36cdcdb9335c8323d88245034cb8b1
OS/ARCH
Compressed size
446.24 MB
Last pushed
7 months by rcourt
Type
Image
Manifest digest
sha256:65219fa0391fc04ee581d9d3d633d969f540aecdf0f6948abd857dffbebf8f52
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.04 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update7.62 MB11RUN /bin/sh -c wget -q1.81 KB12RUN /bin/sh -c apt-get update48.95 MB13ENV PATH=/usr/lib/cmtk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B14RUN /bin/sh -c registration --version32 B15WORKDIR /app93 B16COPY package.json package-lock.json* ./ #7.66 KB17RUN /bin/sh -c npm ci1.28 MB18RUN /bin/sh -c python3 -m6.68 MB19ENV VIRTUAL_ENV=/app/venv0 B20ENV PATH=/app/venv/bin:/usr/lib/cmtk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B21RUN /bin/sh -c pip install87.94 MB22COPY JRC2018U_template.nrrd JRCVNC2018U_template.nrrd ./ #113.11 MB23COPY JRC2018U_template_lps.nrrd JRCVNC2018U_template_lps.nrrd ./ #113.11 MB24COPY server.js ./ # buildkit10.09 KB25COPY public/ ./public/ # buildkit32.03 KB26COPY align_single_cmtk.sh align_all_cmtk.sh align_cmtk.sh ./5.1 KB27COPY get_image_data.py apply_rotation.py reset_rotation.py ./9.22 KB28COPY split_channels.py convert_tiff_to_nrrd.py identify_template.py ./4.61 KB29COPY update_alignment_progress.py ./ # buildkit1.25 KB30COPY orientations.json* ./ # buildkit1.48 KB31COPY docker-entrypoint.sh ./ # buildkit1.34 KB32RUN /bin/sh -c chmod +x1.34 KB33VOLUME [/data/input /data/processing /data/output]0 B34EXPOSE [3000/tcp]0 B35ENTRYPOINT ["/app/docker-entrypoint.sh"]0 B36CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400'