2021-12-12 23:22:02 UTC
1.67 GB
11.1.1
DEBIAN_FRONTENDnoninteractive
FLASK_ENVdevelopment
LD_LIBRARY_PATH/usr/local/nvidia/lib:/usr/local/nvidia/lib64
NVIDIA_DRIVER_CAPABILITIEScompute,utility,video
NVIDIA_REQUIRE_CUDAcuda>=11.1 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=440,driver<441 brand=tesla,driver>=450,driver<451
NVIDIA_VISIBLE_DEVICESall
PATH/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c549ccf8d472c3bce9ce02e49c62b8f6cbc736ea2b8ba812a1ae9390c69d0b71 - 1.59% (27.2 MB)
[#001] sha256:fb3978d90ae3189c017d7bc48fd82cfa5e2d32b133037620a9c5f892a3ed379d - 79.31% (1.33 GB)
[#002] sha256:b0a379034869a749a1ee1574c5d9cbb8d34ebc670196063240146f31def9231a - 5.79% (99.2 MB)
[#003] sha256:feda328f29e7943c8de50557f04b21c525c49fcf2a0e34bdd2a5460aca831ea0 - 10.07% (173 MB)
[#004] sha256:6e22323935e96211360fed73c311ba34da00b94c8c73fc1a333ba96531010987 - 1.56% (26.8 MB)
[#005] sha256:aa47a7ce708b73dc447163aa5b341f2296da8fc6986258c35d5a8638e114e220 - 0.32% (5.46 MB)
[#006] sha256:507acfa9cbdcc987bdadce4eb0065a0066a10213ea8e23767f8a19600e502d2e - 0.0% (654 Bytes)
[#007] sha256:ff58e02b1f9d479cd8fbce6e814902f46ece81b47d1db6ce856c99966d51e280 - 0.18% (3.12 MB)
[#008] sha256:ce231c2561395868863b146770b51433915d6eec01197522fa8403f74782b38a - 0.17% (2.94 MB)
[#009] sha256:a497aa3260205ef42d58373665f86726c3990c017c8b678a38f8e7a72813c24c - 0.0% (149 Bytes)
[#010] sha256:ad9b47adcf3e69d794f74f0c77de5779c05054b416ffa7bf2ebd4b8d705c095d - 0.01% (110 KB)
[#011] sha256:29ce91663f2231fb40c3c0fd4e81ecd2b8c89462622b70267ec1747c25e8a252 - 0.0% (1.6 KB)
[#012] sha256:988cf8bbd42d0c43a87d4e7f244aad5120630f6794b3ce3fe247fd70cb78b0dc - 0.02% (326 KB)
[#013] sha256:47f94cbb2a65748a6e5a19ecdfa087dfd82dd601d4e129b2e7cabf7e11e2213b - 0.0% (2.08 KB)
[#014] sha256:197df31ec8b214863e469eb1dba66226174c85ffeb6942c1e8c5957a225cd8b3 - 0.03% (444 KB)
[#015] sha256:9225164f1b20b4bc2ddd87d050b94aadcb4a968a70d2168b4d8893d4e0dbd577 - 0.02% (335 KB)
[#016] sha256:7b9dd9e8127ebd8e982de5e6a96593aba40eac702cd60a88e1d0e7e3dfc6ba52 - 0.61% (10.5 MB)
[#017] sha256:9e14ac66562f0952f2716664ea8e367838516135922d7bbd030b9d8af787e010 - 0.0% (183 Bytes)
[#018] sha256:f25f13a8418d1c56766716d0218ef601823e277968d954590ef90062e40087f7 - 0.11% (1.8 MB)
[#019] sha256:a66a957616adbf18727ae9272f5eadb99fc6f0ce8a04b6cc78811c16e5c286d5 - 0.21% (3.53 MB)
/bin/sh -c #(nop) ADD file:920cf788d1ba88f76c97e41e03e4dc2f3005b08d65b5e9da9dd1cbe20a74459b in /
2021-06-17 23:31:29 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-12-12 23:17:48 UTC/bin/sh -c #(nop) LABEL [email protected]
2021-12-12 23:18:53 UTC/bin/sh -c #(nop) COPY dir:31f7f9017c9943c0f70321db06e1c8136398c087ce88d7a4102616093ff29f38 in /usr/local/
2021-12-12 23:19:01 UTC/bin/sh -c #(nop) COPY dir:60c8c83345e76df64ca1787ebd5d904db10b9b4bdfcac3af53a286e841dc77ed in /wheels/
2021-12-12 23:19:05 UTC/bin/sh -c #(nop) ENV FLASK_ENV=development
2021-12-12 23:19:06 UTC/bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive
2021-12-12 23:20:45 UTC/bin/sh -c apt-get -qq update && apt-get upgrade -y && apt-get -qq install --no-install-recommends -y gnupg wget unzip tzdata libxml2 && 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 python3-tflite-runtime python3-pycoral && rm -rf /var/lib/apt/lists/* /wheels && (apt-get autoremove -y; apt-get autoclean -y)
2021-12-12 23:21:03 UTC/bin/sh -c pip3 install peewee_migrate pydantic zeroconf ws4py
2021-12-12 23:21:06 UTC/bin/sh -c #(nop) COPY dir:b4cf96b666873c1d112edb34cffa47e78546926f423dd0a6ef88ef9a35d52a6e in /usr/local/nginx/
2021-12-12 23:21:06 UTC/bin/sh -c #(nop) COPY file:c5357fdff75ef1c8b02641691ef3aa3c3c3f97a1d37eda2e70862a935ac85ee4 in /labelmap.txt
2021-12-12 23:21:09 UTC/bin/sh -c wget -q https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite -O /edgetpu_model.tflite
2021-12-12 23:21:13 UTC/bin/sh -c wget -q https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess.tflite -O /cpu_model.tflite
2021-12-12 23:21:13 UTC/bin/sh -c #(nop) WORKDIR /opt/frigate/
2021-12-12 23:21:13 UTC/bin/sh -c #(nop) ADD dir:5e269586b115d6386764a04c4f79bc05e4f408ac72634fb0f9776c84dc80cc10 in frigate/
2021-12-12 23:21:14 UTC/bin/sh -c #(nop) ADD dir:e59114e90f22a2db3288be08107f612efad77b5fb43f37512f60444bb9ff6896 in migrations/
2021-12-12 23:21:14 UTC/bin/sh -c #(nop) COPY dir:339f2cc064edab1ad9faa4af563a9afcbb192f2b03e8852fc72cd102eafcf2fe in web/
2021-12-12 23:21:14 UTC/bin/sh -c #(nop) COPY dir:1678a317ae35fbcb9f5bf5ec06b26fc1a1662479f56204dccc244950701649b4 in /
2021-12-12 23:21:14 UTC/bin/sh -c #(nop) EXPOSE 5000
2021-12-12 23:21:15 UTC/bin/sh -c #(nop) EXPOSE 1935
2021-12-12 23:21:15 UTC/bin/sh -c #(nop) LABEL [email protected]
2021-12-12 23:21:26 UTC/bin/sh -c apt-get -qq update && apt-get -qq install --no-install-recommends -y libgomp1 && rm -rf /var/lib/apt/lists/* && (apt-get autoremove -y; apt-get autoclean -y)
2021-12-12 23:21:26 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
2021-12-12 23:21:42 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-12-12 23:21:43 UTC/bin/sh -c #(nop) ENV CUDA_VERSION=11.1.1
2021-12-12 23:21:55 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-12-12 23:21:57 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-12-12 23:21:57 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-12-12 23:21:57 UTC/bin/sh -c #(nop) ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64
2021-12-12 23:21:57 UTC/bin/sh -c #(nop) ENV NVIDIA_VISIBLE_DEVICES=all
2021-12-12 23:21:58 UTC/bin/sh -c #(nop) ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video
2021-12-12 23:21:58 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
2021-12-12 23:22:00 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-12-12 23:22:01 UTC/bin/sh -c chmod +x /tmp/s6-overlay-amd64-installer && /tmp/s6-overlay-amd64-installer /
2021-12-12 23:22:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-12-12 23:22:02 UTC/bin/sh -c #(nop) CMD ["python3" "-u" "-m" "frigate"]