sha256:fe098888e56f3ce060faf08304d7767897220f0b8eb4f17880283f8580694c3d
OS/ARCH
Compressed size
150.66 MB
Last pushed
5 months by arcturusnetworks
Type
Image
Manifest digest
sha256:7c82cad5989b4c5d5368f9ab5642d25c86a908519b16ec22ddc7336787b5c01c
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update14.46 MB12WORKDIR /app92 B13COPY requirements.txt . # buildkit216 B14RUN /bin/sh -c pip install20.52 MB15COPY preload.py . # buildkit3.55 KB16COPY lib/ ./lib/ # buildkit47.66 KB17COPY configs/ ./configs/ # buildkit1.79 KB18RUN /bin/sh -c chmod +x3.55 KB19ENV CONFIG_FILE=configs/synap.yaml DATA_API=http://data:8090/api ML_API=http://ml:8091/api ORG_ID=00000000-0000-0000-0000-0000000000010 B20ENTRYPOINT ["python" "/app/preload.py"]0 B21COPY data/pill-bottles /data/pill-bottles # buildkit12.58 MB22COPY data/glands /data/glands # buildkit28.61 MB23COPY data/labels /data/labels # buildkit261 B24COPY models/ECS_pillbottle_int8.synap models/ECS_pillbottle_int8.json /models/ #10.01 MB25COPY models/ECS_white_gland_int8.synap models/ECS_white_gland_int8.json /models/ #10.48 MB26COPY models/ECS_bluewhite_gland_int8.synap models/ECS_bluewhite_gland_int8.json /models/ #10.33 MBCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1775433600'