Skip to content

Docker-izing Data Science Applications CodeLab for QCon AI 2018

Notifications You must be signed in to change notification settings

dwhitena/qcon-ai-docker-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

Docker-izing your Data Science Apps

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.

Agenda

  1. Why Docker, gettings started with Docker
  2. Docker-izing model training
  3. Docker-izing inference, services
  4. Managing and scaling Docker-ized data science apps

Prerequisites

  • 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.

About

Docker-izing Data Science Applications CodeLab for QCon AI 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages