Skip to content

harnav/pydata-docker-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker for Data Science

Background

This tutorial will show you how to integrate docker into your data science workflow. docker is an open source tool that makes it easy to build, deploy and run applications using a container framework. If you do any of the following, you can use docker to make your life easier:

  • share and reproduce your analysis
  • run large scale data cleaning tasks
  • build dashboards and publish models

Getting Started

Clone the repo to your machine

git clone https://github.com/harnav/pydata-docker-tutorial.git

In this tutorial, we will go over three points

  1. Running a container
  2. Reproducible environments
  3. Deploying models

References

For more detailed instructions, check out:

About

Tutorial given at PyData LA 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published