2020-02-23 13:52:36 UTC
513 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 4.96% (25.5 MB)
[#001] sha256:c1bbdc448b7263673926b8fe2e88491e5083a8b4b06ddfabf311f2fc5f27e2ff - 0.01% (34.5 KB)
[#002] sha256:8c3b70e3904492c753652606df4726430426f42ea56e06ea924d6fea7ae162a1 - 0.0% (845 Bytes)
[#003] sha256:45d437916d5781043432f2d72608049dcf74ddbd27daa01a25fa63c8f1b9adc4 - 0.0% (162 Bytes)
[#004] sha256:b1c9355699cf12fe6fc931cc7e2e5ddc1d6aeaa89bf932730005a8240ec150d8 - 93.71% (481 MB)
[#005] sha256:6d348db581ccc71d5abe109a602f8b1107d0fae31cd527005a1eb17c81b9cc60 - 0.79% (4.06 MB)
[#006] sha256:bf9e1f1b881c4fda2ce0c00eec457bf542b152f90e026ad366e72bdd0c886094 - 0.0% (664 Bytes)
[#007] sha256:3c90bb0cd7588e10d9efc0b5a420f9bbbb572036b990efa009a0a04b0950f5c2 - 0.52% (2.69 MB)
[#008] sha256:d697b304089d6bf6a6baa6d4459807d496ee85e8a17722b54d7b5ba171c8acd3 - 0.0% (156 Bytes)
[#009] sha256:c624f40844e700f8ef8741faebc0901d669a93272b142c798475d8b4dc9ee607 - 0.01% (51 KB)
[#010] sha256:3ee686e916a05b7834a00b37b5f6efcff92056b21c9e153efb08241b8dc97d3f - 0.0% (3.08 KB)
[#011] sha256:0c12d9ad1eb672325cd148a436647ef04a2e675c5b79c7c9c4182b4f5e760780 - 0.0% (423 Bytes)
/bin/sh -c #(nop) ADD file:a48a5dc1b9dbfc632f6cf86fe27b770b63f07a115c98c4465dc184e303a4efa1 in /
2019-10-31 22:20:36 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2019-10-31 22:20:36 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2019-10-31 22:20:37 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-10-31 22:20:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-16 02:57:47 UTC/bin/sh -c #(nop) LABEL [email protected]
2020-01-16 02:57:47 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2020-02-16 21:33:59 UTC/bin/sh -c apt -qq update && apt -qq install --no-install-recommends -y software-properties-common build-essential gnupg wget unzip && add-apt-repository ppa:deadsnakes/ppa -y && apt -qq install --no-install-recommends -y python3.7 python3.7-dev python3-pip ffmpeg libva-drm2 libva2 i965-va-driver vainfo && python3.7 -m pip install -U wheel setuptools && python3.7 -m pip install -U opencv-python-headless numpy imutils scipy && python3.7 -m pip install -U SharedArray Flask paho-mqtt PyYAML matplotlib pyarrow && echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list && wget -q -O - https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && apt -qq update && echo "libedgetpu1-max libedgetpu/accepted-eula boolean true" | debconf-set-selections && apt -qq install --no-install-recommends -y libedgetpu1-max && wget -q https://dl.google.com/coral/python/tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl && python3.7 -m pip install tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl && rm tflite_runtime-2.1.0-cp37-cp37m-linux_x86_64.whl && rm -rf /var/lib/apt/lists/* && (apt-get autoremove -y; apt-get autoclean -y)
2020-02-16 21:34:03 UTC/bin/sh -c wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite -O /edgetpu_model.tflite --trust-server-names
2020-02-16 21:34:03 UTC/bin/sh -c wget -q https://dl.google.com/coral/canned_models/coco_labels.txt -O /labelmap.txt --trust-server-names
2020-02-16 21:34:05 UTC/bin/sh -c wget -q https://storage.googleapis.com/download.tensorflow.org/models/tflite/coco_ssd_mobilenet_v1_1.0_quant_2018_06_29.zip -O /cpu_model.zip && unzip /cpu_model.zip detect.tflite -d / && mv /detect.tflite /cpu_model.tflite && rm /cpu_model.zip
2020-02-16 21:34:05 UTC/bin/sh -c #(nop) WORKDIR /opt/frigate/
2020-02-23 13:52:36 UTC/bin/sh -c #(nop) ADD dir:ea0760eabf1dae2511bbab0001c92467c1073db3b744b9e654fc75eb57d44557 in frigate/
2020-02-23 13:52:36 UTC/bin/sh -c #(nop) COPY file:56298356f68e08d31915744e80559702a7631c42552fe9de10f8bee15a63938c in .
2020-02-23 13:52:36 UTC/bin/sh -c #(nop) COPY file:c119ca37aeeb591538cc847a743078e8bb132e754539a9ac2a34e33fa1060b11 in .
2020-02-23 13:52:36 UTC/bin/sh -c #(nop) CMD ["python3.7" "-u" "detect_objects.py"]