/datascience-docker

Docker image for Accel.ai Demystifying Deep Learning & AI Workshop July 21st - 23rd, 2017

Primary LanguageShellApache License 2.0Apache-2.0

datascience-docker

Containers and material for the Accel.ai Demystifying Deep Learning and AI Workshop July 21st - 23rd, 2017.

Introduction

If you haven't used Docker before, a good place to start is the Docker User Guide.

Getting Started

The Miniconda3-based and Miniconda2-based images are hosted at the Docker Hub. You can grab them with:

Python 3.6.1

docker pull accelai/datascience-base

Python 2.7.11

docker pull accelai/datascience-base_27

The README.md in datascience-base/ and datascience-base_27give an overview of how to use those images to run containers locally, and start a Jupyter server for Notebooks.