Namespace
blakeblackshear
Image / Tag
frigate:0.8.3-amd64nvidia
Content Digest
sha256:4b1375bd1e908d34ca7f297f86e3d69e5d818ca19e9d82575499b0f20ca16a95
Details
Created

2021-02-21 15:36:19 UTC

Size

1.63 GB

Content Digest
Labels

Environment
CUDA_VERSION

11.1.1

DEBIAN_FRONTEND

noninteractive

FLASK_ENV

development

LD_LIBRARY_PATH

/usr/local/nvidia/lib:/usr/local/nvidia/lib64

NVIDIA_DRIVER_CAPABILITIES

compute,utility,video

NVIDIA_REQUIRE_CUDA

cuda>=11.1 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=440,driver<441 brand=tesla,driver>=450,driver<451

NVIDIA_VISIBLE_DEVICES

all

PATH

/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:d72e567cc804d0b637182ba23f8b9ffe101e753a39bf52cd4db6b89eb089f13b - 1.63% (27.2 MB)

[#001] sha256:0f3630e5ff08d73b6ec0e22736a5c8d2d666e7b568c16f6a4ffadf8c21b9b1ad - 0.0% (848 Bytes)

[#002] sha256:b6a83d81d1f4f942d37e1f17195d9c519969ed3040fc3e444740b884e44dec33 - 0.0% (162 Bytes)

[#003] sha256:166a729b0150a184247905a4d967d942de0ae7670d3d5b6dfb5c9b96f86d307e - 81.38% (1.33 GB)

[#004] sha256:e6b0d709f75d12005c5594c5783489383c1d5c96b801f168334e9a6586b8c69e - 5.94% (99.2 MB)

[#005] sha256:8dfc93c0725205b9b654a86e1e9e500d2be2402ef61e4152bb512a35e652951a - 9.89% (165 MB)

[#006] sha256:405aa74cd456ea51492fcc21d7d3fdf568644382a19ccbf17f568dbdf7f0d3a4 - 0.02% (411 KB)

[#007] sha256:37337cc5e5edffe1b8c824e548388eccb93c32d135e778b64fc9cc8966924cf4 - 0.0% (1.4 KB)

[#008] sha256:507acfa9cbdcc987bdadce4eb0065a0066a10213ea8e23767f8a19600e502d2e - 0.0% (654 Bytes)

[#009] sha256:8dd55fdff08be93da0be454da184d4b59f3a8a1a65b36d354162851de04205c5 - 0.19% (3.12 MB)

[#010] sha256:47741464b94b4a6ee87e7202e1e894b90aeadb552bb13681eff30d00b6663563 - 0.18% (2.94 MB)

[#011] sha256:92aaffaeda603097867978701c58e7157924fa77a8a20f0441e4197d57d0a37f - 0.0% (149 Bytes)

[#012] sha256:07a4a0e6b6be4b5aee5f205b4138b95e0036f2a42bb3916dd2a36437b39c96bd - 0.01% (93 KB)

[#013] sha256:bd93dac134a1959ce0e880451449745deac5fa6a9e7c88f82e30e5a3fd22596a - 0.0% (1.05 KB)

[#014] sha256:259214049435827c37586ae5abd25524e505618756a1c0b126ee4c18a35dbdb4 - 0.0% (80.3 KB)

[#015] sha256:9d32d42d2797659934f7ed1828e4f4c0164248c5af065a13aebf576edfbb0e6d - 0.0% (158 Bytes)

[#016] sha256:1ef3dc4aa48b85004028050110e6217a82efce3a8899919aec74b439f106c752 - 0.0% (158 Bytes)

[#017] sha256:72b57cae9b78c6da17f726d39f25ef7e37a6bba7174def9ea80a5175472da917 - 0.1% (1.67 MB)

[#018] sha256:5a927b56c0079a159dea2df5e833f945250838bdc193f6bf647ca0c1886e5c10 - 0.02% (358 KB)

[#019] sha256:37d04150841d69bcc5c25ef41330cfef2a68787d5062a8e99206ad64f8077463 - 0.63% (10.5 MB)

[#020] sha256:d3c4740a7ab9a423788bb115fb86a1ee4ece1eb9375ad51caf78f48c85d3459c - 0.0% (181 Bytes)


History
2020-09-25 22:34:27 UTC

/bin/sh -c #(nop) ADD file:da80f59399481ffc32f84353830dcf598f31a97785222e75d643bfb8a9aa14e7 in /

2020-09-25 22:34:28 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

2020-09-25 22:34:29 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2020-09-25 22:34:30 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-09-25 22:34:30 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-09-28 12:24:51 UTC

/bin/sh -c #(nop) LABEL [email protected]

2021-02-20 14:24:03 UTC

/bin/sh -c #(nop) COPY dir:31f7f9017c9943c0f70321db06e1c8136398c087ce88d7a4102616093ff29f38 in /usr/local/

2021-02-20 14:24:10 UTC

/bin/sh -c #(nop) COPY dir:60c8c83345e76df64ca1787ebd5d904db10b9b4bdfcac3af53a286e841dc77ed in /wheels/

2021-02-20 14:24:14 UTC

/bin/sh -c #(nop) ENV FLASK_ENV=development

2021-02-20 14:24:14 UTC

/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2021-02-20 14:25:46 UTC

/bin/sh -c apt-get -qq update && apt-get upgrade -y && apt-get -qq install --no-install-recommends -y gnupg wget unzip tzdata nginx libnginx-mod-rtmp && apt-get -qq install --no-install-recommends -y python3-pip && pip3 install -U /wheels/*.whl && APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn apt-key adv --fetch-keys https://packages.cloud.google.com/apt/doc/apt-key.gpg && echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list && echo "libedgetpu1-max libedgetpu/accepted-eula select true" | debconf-set-selections && apt-get -qq update && apt-get -qq install --no-install-recommends -y libedgetpu1-max=15.0 && rm -rf /var/lib/apt/lists/* /wheels && (apt-get autoremove -y; apt-get autoclean -y)

2021-02-20 14:25:54 UTC

/bin/sh -c pip3 install peewee_migrate zeroconf voluptuous Flask-Sockets gevent gevent-websocket

2021-02-20 14:25:54 UTC

/bin/sh -c #(nop) COPY file:9a74019f2ece063b490674e116ce13d6d9b7276ea7463a15489c65e95ff3f7e8 in /etc/nginx/nginx.conf

2021-02-20 14:25:55 UTC

/bin/sh -c #(nop) COPY file:c5357fdff75ef1c8b02641691ef3aa3c3c3f97a1d37eda2e70862a935ac85ee4 in /labelmap.txt

2021-02-20 14:25:56 UTC

/bin/sh -c wget -q https://github.com/google-coral/test_data/raw/master/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite -O /edgetpu_model.tflite

2021-02-20 14:25:59 UTC

/bin/sh -c wget -q https://github.com/google-coral/test_data/raw/master/ssdlite_mobiledet_coco_qat_postprocess.tflite -O /cpu_model.tflite

2021-02-20 14:25:59 UTC

/bin/sh -c #(nop) WORKDIR /opt/frigate/

2021-02-21 15:35:27 UTC

/bin/sh -c #(nop) ADD dir:0c8deaae0cc8850163402a272e2270000984e689134ffb770727b949996dfefa in frigate/

2021-02-21 15:35:27 UTC

/bin/sh -c #(nop) ADD dir:7d858d817e38fab4e8e8276bdec6b5956fe3d9b17874bc141657041a035ac4f8 in migrations/

2021-02-21 15:35:27 UTC

/bin/sh -c #(nop) COPY dir:c3cb161e3a1d60a6905248b0cf7fe82d1c4635f91d900ee11753429848a69e2a in web/

2021-02-21 15:35:27 UTC

/bin/sh -c #(nop) COPY file:88fed082031cd27a49455682c8718718a59c76091567f1f156737a4e0fe9de9b in /run.sh

2021-02-21 15:35:28 UTC

/bin/sh -c chmod +x /run.sh

2021-02-21 15:35:28 UTC

/bin/sh -c #(nop) EXPOSE 5000

2021-02-21 15:35:28 UTC

/bin/sh -c #(nop) EXPOSE 1935

2021-02-21 15:35:29 UTC

/bin/sh -c #(nop) CMD ["/run.sh"]

2021-02-21 15:35:29 UTC

/bin/sh -c #(nop) LABEL [email protected]

2021-02-21 15:35:46 UTC

/bin/sh -c apt-get -qq update && apt-get -qq install --no-install-recommends -y libgomp1 && wget -q https://github.com/google-coral/pycoral/releases/download/release-frogfish/tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl && python3.8 -m pip install tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl && rm tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl && rm -rf /var/lib/apt/lists/* && (apt-get autoremove -y; apt-get autoclean -y)

2021-02-21 15:35:46 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video

2021-02-21 15:36:05 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gnupg2 curl ca-certificates && curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub | apt-key add - && echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 /" > /etc/apt/sources.list.d/cuda.list && echo "deb https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu2004/x86_64 /" > /etc/apt/sources.list.d/nvidia-ml.list && apt-get purge --autoremove -y curl && rm -rf /var/lib/apt/lists/*

2021-02-21 15:36:05 UTC

/bin/sh -c #(nop) ENV CUDA_VERSION=11.1.1

2021-02-21 15:36:17 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends cuda-cudart-11-1=11.1.74-1 cuda-compat-11-1 && ln -s cuda-11.1 /usr/local/cuda && rm -rf /var/lib/apt/lists/*

2021-02-21 15:36:18 UTC

/bin/sh -c echo "/usr/local/nvidia/lib" >> /etc/ld.so.conf.d/nvidia.conf && echo "/usr/local/nvidia/lib64" >> /etc/ld.so.conf.d/nvidia.conf

2021-02-21 15:36:18 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-02-21 15:36:18 UTC

/bin/sh -c #(nop) ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64

2021-02-21 15:36:18 UTC

/bin/sh -c #(nop) ENV NVIDIA_VISIBLE_DEVICES=all

2021-02-21 15:36:18 UTC

/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video

2021-02-21 15:36:19 UTC

/bin/sh -c #(nop) ENV NVIDIA_REQUIRE_CUDA=cuda>=11.1 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=440,driver<441 brand=tesla,driver>=450,driver<451