More Docker. Easy Access. New Streamlined Plans. Learn more.

openvino/ubuntu20_runtime

By openvino

Updated 6 days ago

Intel® Distribution of OpenVINO™ toolkit Docker image for Ubuntu* 20.04 LTS

Image
5

100K+

Latest tag

  • 2025.0.0, latest

Intel® Distribution of OpenVINO™ toolkit Docker image for Ubuntu* 20.04 LTS

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.

  • Images with the _src postfix in tag include sources of 3d party LGPL/GPL packages in the /thirdparty folder. Alternatively sources are stored here
  • Images with the _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.
  • In version 2022.3.0 and 2023.0.0, the images support only CPU and GPU devices. The latest version supporting HDDL and NCS devices (beside GPU and GPU) is 2022.3.1.

The following configurations were verified for this docker image:

  • If your host system is Windows* 10 and above with WSL2, you can run inference inside the Docker image on CPU and GPU targets.
  • To run an image on CPU, use the following command:
docker run -it --rm openvino/ubuntu20_runtime:latest
  • To run inference on GPU, the host system is required to be Windows 10 21H2 or Windows 11, and have Intel GPU drivers with version 30.0.100.9684 or above installed. Use the following command (available since 2022.1.0 release):
docker run -it --rm --device /dev/dxg --volume /usr/lib/wsl:/usr/lib/wsl openvino/ubuntu20_runtime:latest 
  • If your host system is Ubuntu* 20.04 then inference run inside the docker image is available for CPU, GPU, Myriad* (NCS2), HDDL targets.
  • Default run:
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 
  • If you need GPU accelerator only, run the image with the following command:
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.

  • If you need Myriad* (NCS2) accelerator only, run the image with the following command:
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
  • If your host system is macOS*, you can run inference inside the Docker image using the following command (CPU only):
  • To run the image, use the following command:
docker run -it --rm openvino/ubuntu20_runtime:latest /bin/bash

Licenses

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 Command

docker pull openvino/ubuntu20_runtime