openvino/ubuntu24_runtime

By openvino

Updated 19 days ago

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

Image

507

Latest tag

  • 2025.0.0, latest

Intel® Distribution of OpenVINO™ toolkit Docker image for Ubuntu* 24.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/ubuntu24_runtime image includes OpenVINO Runtime (IE core, nGraph) and plugins.

  • Sources of 3d party LGPL/GPL packages are stored here

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 iGPU targets.
  • To run an image on CPU, use the following command:
docker run -it --rm openvino/ubuntu24_runtime:latest
  • To run inference on GPU, the host system is required to be Windows 10 21H2 or Windows 11, and have Intel iGPU drivers with version 30.0.100.9684 or above installed. Use the following command:
docker run -it --rm --device /dev/dxg --volume /usr/lib/wsl:/usr/lib/wsl openvino/ubuntu24_runtime:latest 
  • If your host system is Linux then inference run inside the docker image is available for CPU and GPU.
  • Default run:
  • If you need GPU accelerator only, run the image with the following command:
docker run -it --device /dev/dri:/dev/dri --rm openvino/ubuntu24_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/ubuntu24_runtime:latest /bin/bash

Licenses

Copyright © 2018-2024 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/ubuntu24_runtime