A static build/execution environment avoids all confusion of python versions and library compatibility. It's encouraged to develop in this same environment as well so all dependencies remain static.
Results from running docker build -t mm . && docker run mm
A static build/execution environment avoids all confusion of python versions and library compatibility. It's encouraged to develop in this same environment as well so all dependencies remain static.
Results from running
docker build -t mm . && docker run mm
Let me know your thoughts.