MLOps (part 2.01/20): Introduction to Docker. Quick start guide (ML, Flask and python)
Machine Learning Operations: how to deploy and manage (not only) machine learning models reliably and efficiently.

Introduction
Docker is a technology that allows to run a program on any operating system. Whether it is Windows, Linux or macOS, with docker, the program can run smoothly…