Running python script in Docker Container

Hi Guys,

I’m new to docker world and I’m trying to run a python script in my container and it fails.

I tried this script on CentOs machine and it works fine.

But I want to run this in my container…

How should I do this ?

Do I need to install python or is it available by default ?