This document discusses using Docker and Jenkins to automate machine learning application deployment. It introduces Docker as a tool to create isolated environments for applications using containers. Benefits of Docker include consistent environments, portability, and easy scaling. The document demonstrates building a ML application Docker image. It then introduces Jenkins as an open-source automation server that facilitates continuous integration and delivery. Jenkins allows automating build, test and deployment tasks through jobs and pipelines. Feedback is welcomed.