I am looking for a development solution for my containerised application built on angular & python.
Problem: As a part of the application process, I want to create an on demand python environment , in which I will run user uploaded python script and once the job is over kill that newly created environment.
What will be the best approach to address this problem in a containerised application?