I have a Deeplearning system running on Ubuntu 20.04 with Cuda, Cudnn, tensort and other packages as per my requirement. Alongside this, I have also installed our company's software on it. Common specs for my machine are Intel i7 processor with Nvidia GPU.
I want to create custom ISO of this system so that I can save time on installations.
I have tried using cubic and clonezilla to create this iso but they both are not giving me the desired output. Cubic gives me an iso file but cuda and its associated drivers are not included in the iso. On the other hand, clonezilla is just creating a clone of all directories and not an iso.
Is there any way in which I can create this Custom Ubuntu ISO?