Very simple question, but surprisingly I couldn’t find answer for hours.
This is because most tutorials show how to run python code like: print(“Hello World!”).
These codes require few or no packages.
But there is no good tutorial that show how to run python codes that require many packages.
Even the few tutorials that cover them lack most important contexts, like how to correctly get requirements.txt or environment.yml. Some were even outright wrong, as requirements.txt didn’t have all required packages(due to conda install instead of pip, etc)
I only want to know how to run my python code in docker.
Simple question, but answer will help me a lot!
Thanks