jupyter with, numpy, scipy, matplotlib, scikit-learn, etc
1.6K
This is my first time trying to work with docker containers.
Install on this docker:
Cython
numpy
scipy
scikit-learn
matplotlib
scikit-image
pandas
theano
h5py
nibabel
ipdb
Clone the repository
git clone https://github.com/czotti/docker_jupyter.git
docker build . -t czotti/jupyter
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
Content type
Image
Digest
sha256:8d4e8836a…
Size
3.2 GB
Last updated
almost 10 years ago
docker pull czotti/docker_jupyter