Namespace
openvino
Image / Tag
ubuntu20_dev:2021.3
Content Digest
sha256:c96c788c882b4ad15ce1d3af92048d481c66f2c8abe494a16e6e6a2cf352087a
Details
Created

2021-03-24 04:09:07 UTC

Size

2.18 GB

Content Digest
Labels
  • Description
    This is the dev image for Intel(R) Distribution of OpenVINO(TM) toolkit on Ubuntu 20.04 LTS
  • Vendor
    Intel Corporation

Environment
DEBIAN_FRONTEND

noninteractive

INTEL_OPENVINO_DIR

/opt/intel/openvino

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHON_VER

python3.8


Layers

[#000] sha256:5d3b2c2d21bba59850dac063bcbb574fddcb6aefb444ffcc63843355d878d54f - 1.22% (27.2 MB)

[#001] sha256:3fc2062ea6672189447be7510fb7d5bc2ef2fda234a04b457d9dda4bba5cc635 - 0.0% (850 Bytes)

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

[#003] sha256:4e143c4be7b407c2c0ddf6304938a8be333b315a2af876e10762b2087e855d23 - 0.0% (4.23 KB)

[#004] sha256:475ef56f2149edaa036e6eb1ffb9eb9ceaf1c39a75782774e898e16174246257 - 0.0% (114 Bytes)

[#005] sha256:d4d13dd96821ed4795c616d2ac894e03209d45363fa780e229f9518cb5cd24a8 - 11.51% (257 MB)

[#006] sha256:2bf84ada8f27011369f025f4d2c8189b235fc69ed5af8a071dc9468cc833ba29 - 0.0% (99 Bytes)

[#007] sha256:b2f29a30dfc40a209f49c766906bbfb849a0615516a29909d4762fd8d71f9621 - 0.94% (21 MB)

[#008] sha256:ebb340af736136e2444d585fc6238421ed36a542dba1eba86737ad25f81310e6 - 7.89% (176 MB)

[#009] sha256:a8720c277da3af7b71e8929f9b165573b951a5e945d470ee1816e3d9d8bab8f3 - 0.0% (344 Bytes)

[#010] sha256:1d30e0d4a6d770a11099df19ef397bafd2b633a66c7a303f44543082edf8d6fb - 0.18% (3.96 MB)

[#011] sha256:2eb3c733a5b9409716073367bc61507e1c0d611537ce35b84ee186bd83de9b30 - 68.3% (1.49 GB)

[#012] sha256:2c232e2e50857d0bb24f869378ae6aa97e902a38a31fe6931a5a5fd267573f5a - 2.94% (65.7 MB)

[#013] sha256:d551da23d2a59004e06a9888eebf0b022307e001c1960da03fa696db0317e892 - 3.94% (88 MB)

[#014] sha256:fa285f40d951760e0e2dc4c43605f4eaddf478bc1cd3d2b2c6e53ee64d6cc185 - 1.94% (43.3 MB)

[#015] sha256:2a73a74c723a1d5e3348e2173402c930d61d8692cf333864f191e9339e6a9004 - 0.18% (3.94 MB)

[#016] sha256:35594f93fd29cd9de66d5d87fcbdfe4f86a29b22db929a72cf7e288b3e9d4cce - 0.1% (2.26 MB)

[#017] sha256:73e295f61565b6210e6080d65c800f086d0b970de770a4f33ba98f4b1184be43 - 0.02% (456 KB)

[#018] sha256:51d6f278f420d438f01cfdb0aa022175201cb64bba01d15d2add4119c2679c78 - 0.0% (8.4 KB)

[#019] sha256:efab2ba029f08edc2a55612f0b05468a8e9169fbcd22812d22494588973bc826 - 0.84% (18.9 MB)

[#020] sha256:da984d1449ce3bafe08e3a0df24724668c742b1857dee809bf2de323e28589f1 - 0.0% (4.01 KB)

[#021] sha256:722a2b8a708ccc724f29868396a61f9e4279e26bb1edb5e5342d0bec38aa2bc1 - 0.01% (212 KB)


History
2021-03-04 02:24:39 UTC

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

2021-03-04 02:24:40 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

2021-03-04 02:24:41 UTC

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

2021-03-04 02:24:42 UTC

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

2021-03-04 02:24:42 UTC

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

2021-03-24 03:44:01 UTC

/bin/sh -c #(nop) LABEL Description=This is the dev image for Intel(R) Distribution of OpenVINO(TM) toolkit on Ubuntu 20.04 LTS

2021-03-24 03:44:02 UTC

/bin/sh -c #(nop) LABEL Vendor=Intel Corporation

2021-03-24 03:44:03 UTC

/bin/sh -c #(nop) USER root

2021-03-24 03:44:04 UTC

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

2021-03-24 03:44:05 UTC

/bin/bash -xo pipefail -c #(nop) SHELL [/bin/bash -xo pipefail -c]

2021-03-24 03:44:06 UTC

/bin/bash -xo pipefail -c #(nop) ENV DEBIAN_FRONTEND=noninteractive

2021-03-24 03:44:07 UTC

/bin/bash -xo pipefail -c useradd -ms /bin/bash -G video,users openvino && chown openvino -R /home/openvino

2021-03-24 03:44:08 UTC

/bin/bash -xo pipefail -c mkdir /opt/intel

2021-03-24 03:44:09 UTC

/bin/bash -xo pipefail -c #(nop) ENV INTEL_OPENVINO_DIR=/opt/intel/openvino

2021-03-24 03:44:19 UTC

/bin/bash -xo pipefail -c #(nop) COPY dir:843046bc130974929f64a37a0e39bdf7ce2e4a7e9cc950ff20d7c083e33ec33c in /opt/intel

2021-03-24 03:44:29 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /thirdparty

2021-03-24 03:44:29 UTC

/bin/bash -xo pipefail -c #(nop) ARG INSTALL_SOURCES=no

2021-03-24 03:44:30 UTC

/bin/bash -xo pipefail -c #(nop) ARG DEPS=tzdata curl

2021-03-24 03:44:31 UTC

/bin/bash -xo pipefail -c #(nop) ARG LGPL_DEPS=g++ gcc libc6-dev

2021-03-24 03:44:32 UTC

/bin/bash -xo pipefail -c #(nop) ARG INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot

2021-03-24 03:44:47 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c apt-get update && apt-get install -y --no-install-recommends dpkg-dev && dpkg --get-selections | grep -v deinstall | awk '{print $1}' > base_packages.txt && apt-get install -y --no-install-recommends ${DEPS} && rm -rf /var/lib/apt/lists/*

2021-03-24 03:45:44 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c apt-get update && apt-get install -y --no-install-recommends ${LGPL_DEPS} && ${INTEL_OPENVINO_DIR}/install_dependencies/install_openvino_dependencies.sh -y ${INSTALL_PACKAGES} && if [ "$INSTALL_SOURCES" = "yes" ]; then sed -Ei 's/# deb-src /deb-src /' /etc/apt/sources.list && apt-get update && dpkg --get-selections | grep -v deinstall | awk '{print $1}' > all_packages.txt && grep -v -f base_packages.txt all_packages.txt | while read line; do package=`echo $line`; name=(${package//:/ }); grep -l GPL /usr/share/doc/${name[0]}/copyright; exit_status=$?; if [ $exit_status -eq 0 ]; then apt-get source -q --download-only $package; fi done && echo "Download source for `ls | wc -l` third-party packages: `du -sh`"; fi && rm -rf /var/lib/apt/lists/*

2021-03-24 03:45:55 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/intel/openvino/licensing

2021-03-24 03:45:56 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c if [ "$INSTALL_SOURCES" = "no" ]; then echo "This image doesn't contain source for 3d party components under LGPL/GPL licenses. Please use tag <YYYY.U_src> to pull the image with downloaded sources." > DockerImage_readme.txt ; fi

2021-03-24 03:45:58 UTC

/bin/bash -xo pipefail -c #(nop) ENV PYTHON_VER=python3.8

2021-03-24 03:46:02 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c ${PYTHON_VER} -m pip install --upgrade pip

2021-03-24 03:46:04 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /tmp

2021-03-24 03:50:46 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c ${PYTHON_VER} -m pip install --no-cache-dir cmake && ${PYTHON_VER} -m pip install --no-cache-dir -r ${INTEL_OPENVINO_DIR}/python/${PYTHON_VER}/requirements.txt && find "${INTEL_OPENVINO_DIR}/" -type f \( -name "*requirements.*" -o -name "*requirements_ubuntu20.*" -o -name "*requirements*.in" \) -not -path "*/accuracy_checker/*" -not -path "*/post_training_optimization_toolkit/*" -not -path "*/python3*/*" -not -path "*/python2*/*" -print -exec ${PYTHON_VER} -m pip install --no-cache-dir -r "{}" \;

2021-03-24 03:50:57 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/intel/openvino/deployment_tools/open_model_zoo/tools/accuracy_checker

2021-03-24 03:51:23 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c source ${INTEL_OPENVINO_DIR}/bin/setupvars.sh && ${PYTHON_VER} -m pip install --no-cache-dir -r ${INTEL_OPENVINO_DIR}/deployment_tools/open_model_zoo/tools/accuracy_checker/requirements.in && ${PYTHON_VER} ${INTEL_OPENVINO_DIR}/deployment_tools/open_model_zoo/tools/accuracy_checker/setup.py install && rm -rf ${INTEL_OPENVINO_DIR}/deployment_tools/open_model_zoo/tools/accuracy_checker/build

2021-03-24 03:51:29 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /thirdparty

2021-03-24 03:51:33 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c if [ "$INSTALL_SOURCES" = "yes" ]; then curl -L https://files.pythonhosted.org/packages/ee/2d/9cdc2b527e127b4c9db64b86647d567985940ac3698eeabc7ffaccb4ea61/chardet-4.0.0.tar.gz --output chardet-4.0.0.tar.gz; curl -L https://files.pythonhosted.org/packages/81/47/5f2cea0164e77dd40726d83b4c865c2a701f60b73cb6af7b539cd42aafb4/flake8-import-order-0.18.1.tar.gz --output lake8-import-order-0.18.1.tar.gz; fi

2021-03-24 03:51:37 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/intel/openvino/deployment_tools/tools/post_training_optimization_toolkit

2021-03-24 04:06:59 UTC

|4 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no LGPL_DEPS=g++ gcc libc6-dev /bin/bash -xo pipefail -c ${PYTHON_VER} -m pip install --no-cache-dir -r ${INTEL_OPENVINO_DIR}/deployment_tools/tools/post_training_optimization_toolkit/requirements.txt && ${PYTHON_VER} ${INTEL_OPENVINO_DIR}/deployment_tools/tools/post_training_optimization_toolkit/setup.py install --install-extras && rm -rf ${INTEL_OPENVINO_DIR}/deployment_tools/tools/post_training_optimization_toolkit/build

2021-03-24 04:07:08 UTC

/bin/bash -xo pipefail -c #(nop) ARG INTEL_OPENCL

2021-03-24 04:07:12 UTC

/bin/bash -xo pipefail -c #(nop) ARG TEMP_DIR=/tmp/opencl

2021-03-24 04:07:15 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/intel/openvino/install_dependencies

2021-03-24 04:07:33 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=g++ gcc libc6-dev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c ./install_NEO_OCL_driver.sh --no_numa -y -d ${INTEL_OPENCL} && rm -rf /var/lib/apt/lists/*

2021-03-24 04:07:38 UTC

/bin/bash -xo pipefail -c #(nop) ARG LGPL_DEPS=udev

2021-03-24 04:07:42 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /thirdparty

2021-03-24 04:07:53 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=udev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c apt-get update && dpkg --get-selections | grep -v deinstall | awk '{print $1}' > no_vpu_packages.txt && apt-get install -y --no-install-recommends ${LGPL_DEPS} && if [ "$INSTALL_SOURCES" = "yes" ]; then sed -Ei 's/# deb-src /deb-src /' /etc/apt/sources.list && apt-get update && dpkg --get-selections | grep -v deinstall | awk '{print $1}' > vpu_packages.txt && grep -v -f no_vpu_packages.txt vpu_packages.txt | while read line; do package=`echo $line`; name=(${package//:/ }); grep -l GPL /usr/share/doc/${name[0]}/copyright; exit_status=$?; if [ $exit_status -eq 0 ]; then apt-get source -q --download-only $package; fi done && echo "Download source for `ls | wc -l` third-party packages: `du -sh`"; fi && rm -rf /var/lib/apt/lists/*

2021-03-24 04:07:57 UTC

/bin/bash -xo pipefail -c #(nop) COPY dir:e53d1054e1a6322de6e462b1bf405da4ddfa19e620b0a7e5c4259b3d5ae45f44 in /opt/libusb-1.0.22

2021-03-24 04:08:01 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/libusb-1.0.22/libusb

2021-03-24 04:08:05 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=udev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c /bin/mkdir -p '/usr/local/lib' && /bin/bash ../libtool --mode=install /usr/bin/install -c libusb-1.0.la '/usr/local/lib' && /bin/mkdir -p '/usr/local/include/libusb-1.0' && /usr/bin/install -c -m 644 libusb.h '/usr/local/include/libusb-1.0' && /bin/mkdir -p '/usr/local/lib/pkgconfig'

2021-03-24 04:08:09 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/libusb-1.0.22/

2021-03-24 04:08:13 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=udev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c /usr/bin/install -c -m 644 libusb-1.0.pc '/usr/local/lib/pkgconfig' && cp ${INTEL_OPENVINO_DIR}/deployment_tools/inference_engine/external/97-myriad-usbboot.rules /etc/udev/rules.d/ && ldconfig

2021-03-24 04:08:17 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /tmp

2021-03-24 04:08:38 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=udev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c apt-get update && apt-get install -y --no-install-recommends libboost-filesystem-dev libboost-thread-dev libjson-c4 libxxf86vm-dev && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/*

2021-03-24 04:08:46 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=udev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c if [ -f "${INTEL_OPENVINO_DIR}"/bin/setupvars.sh ]; then printf "\nexport TBB_DIR=\${INTEL_OPENVINO_DIR}/deployment_tools/inference_engine/external/tbb/cmake\n" >> ${INTEL_OPENVINO_DIR}/bin/setupvars.sh; printf "\nsource \${INTEL_OPENVINO_DIR}/bin/setupvars.sh\n" >> /home/openvino/.bashrc; printf "\nsource \${INTEL_OPENVINO_DIR}/bin/setupvars.sh\n" >> /root/.bashrc; fi; if [ -d "${INTEL_OPENVINO_DIR}"/opt/intel/mediasdk ]; then ln --symbolic "${INTEL_OPENVINO_DIR}"/opt/intel/mediasdk/ /opt/intel/mediasdk || true; printf "\nexport LIBVA_DRIVER_NAME=iHD \nexport LIBVA_DRIVERS_PATH=\${INTEL_OPENVINO_DIR}/opt/intel/mediasdk/lib64/ \nexport GST_VAAPI_ALL_DRIVERS=1 \nexport LIBRARY_PATH=\${INTEL_OPENVINO_DIR}/opt/intel/mediasdk/lib64/:\$LIBRARY_PATH \nexport LD_LIBRARY_PATH=\${INTEL_OPENVINO_DIR}/opt/intel/mediasdk/lib64/:\$LD_LIBRARY_PATH \n" >> /home/openvino/.bashrc; printf "\nexport LIBVA_DRIVER_NAME=iHD \nexport LIBVA_DRIVERS_PATH=\${INTEL_OPENVINO_DIR}/opt/intel/mediasdk/lib64/ \nexport GST_VAAPI_ALL_DRIVERS=1 \nexport LIBRARY_PATH=\${INTEL_OPENVINO_DIR}/opt/intel/mediasdk/lib64/:\$LIBRARY_PATH \nexport LD_LIBRARY_PATH=\${INTEL_OPENVINO_DIR}/opt/intel/mediasdk/lib64/:\$LD_LIBRARY_PATH \n" >> /root/.bashrc; else printf "\nexport LIBVA_DRIVER_NAME=iHD \nexport LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri \nexport GST_VAAPI_ALL_DRIVERS=1\n" >> /home/openvino/.bashrc; printf "\nexport LIBVA_DRIVER_NAME=iHD \nexport LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri \nexport GST_VAAPI_ALL_DRIVERS=1\n" >> /root/.bashrc; fi;

2021-03-24 04:08:55 UTC

|6 DEPS=tzdata curl INSTALL_PACKAGES=-c=opencv_req -c=python -c=cl_compiler -c=pot INSTALL_SOURCES=no INTEL_OPENCL=19.41.14441 LGPL_DEPS=udev TEMP_DIR=/tmp/opencl /bin/bash -xo pipefail -c apt-get update && apt-get autoremove -y dpkg-dev gfortran && rm -rf /var/lib/apt/lists/*

2021-03-24 04:08:59 UTC

/bin/bash -xo pipefail -c #(nop) USER openvino

2021-03-24 04:09:03 UTC

/bin/bash -xo pipefail -c #(nop) WORKDIR /opt/intel/openvino

2021-03-24 04:09:07 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete