duoan / docker-datascientist-notebook

A light data science notebook docker image build package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A python data science notebook docker image

A light python data science notebook docker image build common packages.

How to install ?

Docker environment setup

This repository build on docker-compose, so you have to setup docker-compose environment at first, please seek from google.

Setup a data science notebook


~ git clone git@github.com:classtag/docker-datascientist-notebook.git
~ cd data-science-notebook
~ ./start.sh

Jupyter notebook and tensorboard

It needs a password, you should get from head -n 100 /tmp/dsn.log

You should write tensorflow log to directory /tflogs, then you can view it on the tensorboard.

Has installed major packages

  • scikit-learn
  • pandas
  • numpy
  • tensorflow
  • keras
  • pytorch-nightly-cpu
  • torchvision-nightly-cpu
  • fastai
  • xgboost
  • lightgbm
  • tqdm

About

A light data science notebook docker image build package.


Languages

Language:Dockerfile 76.8%Language:Shell 23.2%