Skip to content

Fix docker

Patrik Müller requested to merge fix-docker into main

Usage of base image from NVIDIA (catalog.ngc.nvidia.com) changes python version to 3.10 which is supported by Ubuntu 22.04. Other image used python 3.11 for pip packages, but 3.10 for system packages. Therefore the python3-* packages are now installed into the correct python version.

Merge request reports