Skip to content

mayadata-io/easy-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe60320 · Nov 13, 2020

History

36 Commits
Jul 7, 2017
Jun 29, 2017
Jul 7, 2017
Jul 7, 2017
Oct 20, 2018
Jun 1, 2017
Jul 7, 2017
May 23, 2018
Jul 6, 2017
Oct 20, 2018
May 25, 2018

Repository files navigation

Docker Image for Data Science Applications

Usage

This Dockerfile will create a Docker image which consists of data science tools written in Python. Currently, this Docker image will pull notebooks from the Github repository and will start the notebook server.

Pull openebs/easy-jupyter image

docker pull openebs/easy-jupyter:latest

Run Jupyter Notebook inside the docker container

docker run -e GIT_REPO=github/repo/url/to/notebooks.git -p 8888:8888 openebs/easy-jupyter:latest

Optional environment variables required

# Github handle
GITHUB_USERNAME

# User name to be set in .gitconfig
USER_NAME

# User email address also to be set in .gitconfig
USER_EMAIL

#Github personal access token
GITHUB_TOKEN