Removing any possible versions as the given package that is already present in the base image

One or multiple versions of Python packages were removed as they are already shipped inside containerized Python environment.

Issue description

The runtime environment used is shipped with Python packages that are pre-installed and available for use. The recommendation engine makes sure these packages are taken into account during the resolution process and are not overwritten when dependencies are installed.

An example can be TensorFlow shipped inside Jupyter Notebook images. If users run such a Jupyter Notebook, the TensorFlow that is shipped with Jupyter Notebook (runtime environment used) is used.

Affected packages

See the resolution log for more information on affected packages.

Severity

Pipeline units

Recommendation types

See this document that describes all the recommendation types .