Sign inSign up

czotti/docker_jupyter

By czotti

Updated almost 10 years ago

jupyter with, numpy, scipy, matplotlib, scikit-learn, etc

Image
4

1.6K

czotti/docker_jupyter repository overview

This is my first time trying to work with docker containers.

Python 2 & 3 jupyter server

Install on this docker:

Cython
numpy
scipy
scikit-learn
matplotlib
scikit-image
pandas
theano
h5py
nibabel
ipdb

Build

Clone the repository

git clone https://github.com/czotti/docker_jupyter.git
docker build . -t czotti/jupyter

Run

Running the container

docker run --name jupyter -d -p 8888:8888 czotti/docker_jupyter

Or if you want to save notebook on your system

docker run --name jupyter -d -p 8888:8888 -v /path/in/system/notebooks:/notebooks czotti/docker_jupyter

Tag summary

Content type

Image

Digest

sha256:8d4e8836a

Size

3.2 GB

Last updated

almost 10 years ago

docker pull czotti/docker_jupyter