Working on a Python Project where I need to separate out a child component from a parent component. The child component must use the parent component docker image as a base image and built its image upon it. Both of them uses wheel files for packaging.
How to run the child container by using parent as a dependency ?