Skip to content

JCardenasRdz/djangocon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoCon USA

Exploratory Django wrapper around docker-py for:

  • Creating Docker image with Jupyter notebook
  • Running Docker container

For more information on how to setup a Dockerfile for a Jupyter notebook with a mountable data volume read here.

Install the app

virtualenv -p python3 venv
source venv/bin/activate
(venv) pip3 install -r requirements
(venv) python3 manage.py runserver

To create an image call http://localhost:8000/api/model/create/imagename, updating the model.views create_image endpoint with a URL for instance of Docker.

Slides for talk here

About

DjangoCon USA 2017 talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.5%
  • JavaScript 6.7%
  • HTML 1.1%
  • Jupyter Notebook 1.0%
  • C 0.3%
  • C++ 0.3%
  • Other 0.1%