Install Intel® Distribution of OpenVINO™ Toolkit From a Docker Image — OpenVINO™ documentation (original) (raw)

This guide presents information on how to use a pre-built Docker image or create a new image manually, to install OpenVINO™ Runtime.

You can get started easily with pre-built and published docker images, which are available at:

Note

The Ubuntu20 and Ubuntu22 Docker images (runtime and development) now include the tokenizers and GenAI CPP modules. The development versions of these images also have the Python modules for these components pre-installed.

You can use the available Dockerfiles on GitHubor generate a Dockerfile with your settings via DockerHub CI framework, which can generate a Dockerfile, build, test, and deploy an image using the Intel® Distribution of OpenVINO™ toolkit.

You can reuse available Dockerfiles, add your layer and customize the OpenVINO™ image to your needs. The Docker CI repository includes the following guides:

To start using Dockerfiles, install Docker Engine or a compatible container engine on your system:

Also, verify you have permissions to run containers (sudo or docker group membership).

Note

OpenVINO’s Docker and Bare Metaldistributions are identical, so the documentation applies to both.

Note that Ubuntu docker images are no longer provided, Debian-based ones are available instead.

More information about Docker CI for Intel® Distribution of OpenVINO™ toolset can be foundhere