Skip to content

Code and documentation for the SoCal Python Meetup on 3/28/2019 at GoGuardian. Will cover development and deployment with Python and Docker.

Notifications You must be signed in to change notification settings

goguardian/PythonDevAndDeployWithDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development and Deployment with Docker and Python


This repo is for the SoCal Python Meetup at GoGuardian, on Thursday, 3/28/2019. In this repo are resources to build your own development environment and deploy a toy machine learning model using Docker!

Presentation Slides:

Getting Started:

  1. Install Docker CE
  2. Stop any processes you have running on ports 8888 or 8081
  3. (Optional) Create a Docker Hub account and log in to Docker on your machine through the GUI or with docker login
  4. Run the following commands:
$ git clone https://github.com/goguardian/PythonDevAndDeployWithDocker.git
$ cd PythonDevAndDeployWithDocker/devWithDocker
$ docker-compose build

You should now be building a docker image! If any of these steps fail, especially the docker pull, try again in a few minutes!

Additional Resources:

About

Code and documentation for the SoCal Python Meetup on 3/28/2019 at GoGuardian. Will cover development and deployment with Python and Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published