I want to install cuda libraries in Airflow docker image. Is it possible to combine 2 docker base images into a single docker image? If yes, what is the best way to combine nvidia/cuda:11.7.1-runtime-ubuntu20.04
and apache/airflow:2.8.4-python3.9
base images?