Can't dockerize app that has aspose-cells-python as a requirement

So I’m trying to dockerize an app that has aspose-cells-python as a requirement, but whenever I start the container I get this error:
image.png (52.5 KB)

@Amal.Ezzine,

It looks like configuration issue regarding docker. Please make sure Python 3.6 or higer is installed in the environment. Also, please check the document on how to use and run Aspose.Cells on docker for reference (although the document is regarding Aspose.Cells for .NET but you may refer to it for assistance).

@Amal.Ezzine,
Would you like to refer to the document Getting Started|Documentation? I hope this document can help you.