From ed5e23740336469e36420b1582cedef5cf74aa59 Mon Sep 17 00:00:00 2001 From: Maciej Smyk Date: Tue, 13 Dec 2022 05:24:34 +0100 Subject: [PATCH] Target Operating Systems with Python Version fix (#14568) --- .../installing-openvino-docker-linux.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/install_guides/installing-openvino-docker-linux.md b/docs/install_guides/installing-openvino-docker-linux.md index e1623804bb0..c579af0fa9a 100644 --- a/docs/install_guides/installing-openvino-docker-linux.md +++ b/docs/install_guides/installing-openvino-docker-linux.md @@ -7,11 +7,15 @@ This guide provides steps on creating a Docker image with IntelĀ® Distribution o @sphinxdirective .. tab:: Target Operating Systems with Python Version - +----------------------------------------------+--------------------------+ - | Operating System | Supported Python Version | - +==============================================+==========================+ - | Ubuntu 20.04 long-term support (LTS), 64-bit | 3.8 | - +----------------------------------------------+--------------------------+ + +----------------------------------------------+-------------------------+ + | Operating System | Included Python Version | + +==============================================+=========================+ + | Ubuntu 18.04 long-term support (LTS), 64-bit | 3.8 | + +----------------------------------------------+-------------------------+ + | Ubuntu 20.04 long-term support (LTS), 64-bit | 3.8 | + +----------------------------------------------+-------------------------+ + | Red Hat Enterprise Linux 8, 64-bit | 3.8 | + +----------------------------------------------+-------------------------+ .. tab:: Host Operating Systems