Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 830 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 830 Bytes

docker-server

Setup Instructions

Make sure that you have vagrant installed so that you can deploy easily.

Acknowledgements

The docker image we use for our deployments is the stock available from the jupyter development crew. You can find instructions for deploying the docker image we use here: https://github.com/jupyter/docker-stacks/tree/master/scipy-notebook

Setting up docker instance

  1. Install docker
  2. Install data science docker container
    • In terminal: docker run -d -p 8888:8888 jupyter/scipy-notebook

You're done!

You're special