Giter VIP home page Giter VIP logo

easy-jupyter's Introduction

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

easy-jupyter's People

Contributors

ankitkachru avatar kmova avatar satyamz avatar shubhambhattar avatar vharsh avatar vipulgupta2048 avatar wdhif avatar yuvi17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

easy-jupyter's Issues

Allow root error

The Docker container exists with an error when the image is re-built. This is due to an issue where notebooks cannot be run as root.

Support for Deep Learning Libraries

Adding support for using deep learning libraries tensorflow and keras to the docker build. This will allow this image to be potentially used for deep learning tasks as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.