Problem Statement : 1. Create container image that’s has Python3 and Keras or numpy installed using dockerfile. 2. When we launch this image, it should automatically starts train the model in the container. 3. Create a job chain of job1, job2, job3, job4 and job5 using build pipeline plugin in…