2020-03-14 20:34:22 UTC
519 MB
noninteractive
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:7ddbc47eeb70dc7f08e410a6667948b87ff3883024eb41478b44ef9a81bf400c - 4.9% (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:1b10545ae1e3c7e783128db62166ab7980df64171559a2ffab1967500b60951d - 93.78% (487 MB)
[#005] sha256:dc4747386dad13be61733ef8ff8f3486a9289c81616ea74bf2af6fdb0fff0cf7 - 0.78% (4.06 MB)
[#006] sha256:bf9e1f1b881c4fda2ce0c00eec457bf542b152f90e026ad366e72bdd0c886094 - 0.0% (664 Bytes)
[#007] sha256:3c90bb0cd7588e10d9efc0b5a420f9bbbb572036b990efa009a0a04b0950f5c2 - 0.52% (2.69 MB)
[#008] sha256:f2345cf3eace3088c239b55493776257fd1adf5261499e0e1de8767d435a1c9e - 0.0% (156 Bytes)
[#009] sha256:992a7dfb0aa9bbb1091043f94cbe40a49c6d6bf4a1ef69b01da71c24147a21ef - 0.01% (53.1 KB)
[#010] sha256:2d138517379c1735b8a6e1563044e4b4e03eb8889ac5090d5df13c13e5fc889e - 0.0% (3.95 KB)
[#011] sha256:ae952b44fb06e17375871a1c32e0f3b13b680a99362b1ca27a7524fa53da9c50 - 0.0% (928 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-03-13 21:18:01 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 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.post1-cp37-cp37m-linux_x86_64.whl && python3.7 -m pip install tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl && rm tflite_runtime-2.1.0.post1-cp37-cp37m-linux_x86_64.whl && rm -rf /var/lib/apt/lists/* && (apt-get autoremove -y; apt-get autoclean -y)
2020-03-13 21:18:05 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-03-13 21:18:07 UTC/bin/sh -c wget -q https://dl.google.com/coral/canned_models/coco_labels.txt -O /labelmap.txt --trust-server-names
2020-03-13 21:18:08 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-03-13 21:18:08 UTC/bin/sh -c #(nop) WORKDIR /opt/frigate/
2020-03-14 20:34:21 UTC/bin/sh -c #(nop) ADD dir:ce8700a79ae84c410f3813fcfeccaf0827c688e16748de5b53d5bfea7c1bdf6a in frigate/
2020-03-14 20:34:21 UTC/bin/sh -c #(nop) COPY file:c1db9228bf240394c39ffa77b37e0a4f4b34bed3d5951de5e3e668ebb9efc6f5 in .
2020-03-14 20:34:21 UTC/bin/sh -c #(nop) COPY file:0c1d1aa1f5f0f998ff9669ea7d0e5f5ed89d3c01c37f7af7e3b0faa1e0585878 in .
2020-03-14 20:34:22 UTC/bin/sh -c #(nop) CMD ["python3.7" "-u" "detect_objects.py"]