The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Container images with the Intel® Distribution of OpenVINO™ toolkit
OpenVINO™ toolkit images include a complete environment with OpenVINO Runtime and OpenVINO Development Tools.
Images are built using Dockerfiles from the open-source [docker_ci](https://github.com/openvinotoolkit/docker_ci) repo.
Distributions:
If you wish to create a model serving deployment, please see [OpenVINO™ Operator](https://catalog.redhat.com/software/operators/detail/60649a56209af65d24b7ca9e)
Red Hat certified products are tested to meet Red Hat’s criteria and supported as defined in the Red Hat Collaborative Support Process.
Partner validated products are tested by Red Hat Partners and supported as defined in the Red Hat Third Party Component Policy.
How are these containers different from OpenVINO Operator?
These containers just provide standalone environment with OpenVINO Runtime (both C++ and Python) and OpenVINO Development Tools. If you wish to integrate Jupyter notebooks with Red Hat OpenShift Data Science or manage OpenVINO model serving deployments, please use the OpenVINO Operator. If you are doing standalone development without needing to serve a model or integrate with OpenShift Data Science, you should use these containers. For example, to develop a standalone C++ application that integrates OpenVINO Runtime, use the runtime image.
Is the `dev` container different from just running `pip install openvino-dev`
The `dev` container includes everything that is provided in openvino-dev on PyPI in addition to OpenVINO C++ runtime. If you are developing a C++ application on RHEL, we recommend using this image. You may also build OpenVINO from source code or download OpenVINO binary archives for Red Hat.