This repo includes all of the materials and documentation that you will need for the "Docker-izing your Data Science Apps" CodeLab at QCon AI 2018. In this CodeLab, we will learn how to put your data science applications in Docker images and run those as containers on any infrastructure. These skills will help you maintain reproducibility and increase efficiency as you deploy your applications, and they will help you standardize your code to better fit into modern infrastructures, CI/CD tools, and DevOps practices.
The CodeLab is compiled such that it can be completed independently. To start, read the Prerequisites section and then follow the first link below (1. Why Docker...
). If you have any difficulties or questions, the instructor Daniel Whitenack will be holding office hours at QCon AI on Tuesday, April 10th.
- Why Docker, gettings started with Docker
- Docker-izing model training
- Docker-izing inference, services
- Managing and scaling Docker-ized data science apps
-
To complete this CodeLab, you will need to have:
- A laptop/desktop capable of running Docker (see requirements here)
- A Unix-like terminal (ideally the WSL on Windows although similar operations could be accomplished using the Windows command prompt)
- A connection to the Internet
-
If you are new to the command line or need a refresher, look through this quick tutorial.