openvino/ubuntu20_runtime
2025.0.0
, latest
The Intel® Distribution of OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision. Based on Convolutional Neural Networks (CNN), the toolkit extends computer vision (CV) workloads across Intel® hardware, maximizing performance.
You can use DockerHub CI framework for Intel® Distribution of OpenVINO™ toolkit to generate a Dockerfile, build, test, and deploy an image with the Intel® Distribution of OpenVINO™ toolkit. You can reuse available Dockerfiles, add your layer and customize the image of OpenVINO™ for your needs.
Content: This openvino/ubuntu20_runtime image includes OpenVINO Runtime (IE core, nGraph) and plugins.
_src
postfix in tag include sources of 3d party LGPL/GPL packages in the /thirdparty
folder. Alternatively sources are stored here_tgl
postfix in tag natively support inference on 11th Generation Intel® Core™ Processor Family for Internet of Things (IoT) Applications (formerly codenamed Tiger Lake) from the OpenVINO Docker container. Since release 2021.4.1 all images natively support the Tiger Lake platform.The following configurations were verified for this docker image:
docker run -it --rm openvino/ubuntu20_runtime:latest
docker run -it --rm --device /dev/dxg --volume /usr/lib/wsl:/usr/lib/wsl openvino/ubuntu20_runtime:latest
docker run -it --device /dev/dri:/dev/dri --device-cgroup-rule='c 189:* rmw' -v /dev/bus/usb:/dev/bus/usb --rm openvino/ubuntu20_runtime:latest
docker run -it --device /dev/dri:/dev/dri --rm openvino/ubuntu20_runtime:latest
If your host system is Ubuntu 20, follow the Configuration Guide for the Intel® Graphics Compute Runtime for OpenCL™ on Ubuntu* 20.04.
docker run -it --device-cgroup-rule='c 189:* rmw' -v /dev/bus/usb:/dev/bus/usb --rm openvino/ubuntu20_runtime:latest
docker run -it --rm --device=/dev/ion:/dev/ion -v /var/tmp:/var/tmp openvino/ubuntu20_runtime:latest
docker run -it --rm openvino/ubuntu20_runtime:latest /bin/bash
Copyright © 2018-2022 Intel Corporation
LEGAL NOTICE: Your use of this software and any required dependent software (the "Software Package") is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the "third-party-programs.txt" or other similarly-named text file included with the Software Package for additional details.
Intel is committed to the respect of human rights and avoiding complicity in human rights abuses, a policy reflected in the Intel Global Human Rights Principles. Accordingly, by accessing the Intel material on this platform you agree that you will not use the material in a product or application that causes or contributes to a violation of an internationally recognized human right.
By downloading and using this container and the included software, you agree to the terms and conditions of the software license agreements located here. Please, review content inside <openvino_install_root>/licensing
folder for more details.
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses and potential fees for all software contained within. We will have no indemnity or warranty coverage from suppliers.
Components:
* Other names and brands may be claimed as the property of others.
docker pull openvino/ubuntu20_runtime