sha256:99303e54736b4f5c80bd80c3910602f1db2996f1d7ce5e00bdc9d3b762595549
OS/ARCH
linux/amd64
Compressed size
90.55 MB
Last pushed
3 months by arcturusnetworks
Type
Image
Manifest digest
sha256:99303e54736b4f5c80bd80c3910602f1db2996f1d7ce5e00bdc9d3b762595549
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update11.03 MB12WORKDIR /app92 B13COPY requirements.txt . # buildkit217 B14RUN /bin/sh -c pip install21.06 MB15COPY preload.py . # buildkit5.16 KB16COPY lib/ ./lib/ # buildkit59.53 KB17COPY configs/ ./configs/ # buildkit2.93 KB18RUN /bin/sh -c chmod +x5.16 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/glands_partition /data/glands_partition # buildkit4.57 MB22COPY models/ECS_white_gland_int8.synap models/ECS_white_gland_int8.json /models/ #10.48 MB23RUN /bin/sh -c test -d32 B24ENV CONFIG_FILE=configs/demo-mlops.yaml DATA_DIR=/data MODELS_DIR=/models0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'