All Projects → harnav → pydata-docker-tutorial

harnav / pydata-docker-tutorial

Licence: other
Tutorial given at PyData LA 2018

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Jupyter Notebook
11667 projects

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].