dockerfile for datascienceschool/rpython in https://hub.docker.com/r/datascienceschool/rpython/
This images has the components:
-
Ubuntu 14.04
-
Python 2.7 (Anaconda2-4.1.1)
- ipython, numpy, scipy, pandas, matplotlib, seaborn, pymc3
- jupyter qtconsole,, ipyparallel, notebook
- scikit-learn, nlpy, gensim, theano, tensorflow, keras
- other 250 packages
- R-3.2.3
- rstudio-server-0.99.903
- Libraries
- ZeroMQ, Boost, Open-JDK, QuantLib, HDF5
- Tools
- git, vim, emacs, tex-live, pandoc, graphviz, imagemagick
- Running Services
- jupyter notebook (http port 8888)
- R-studio server (http port 8787)
docker run --name=rpython -it -p 8888:8888 -p 8787:8787 -p 6006:6006 datascienceschool/rpython
- user id: docker
- password: tcuser
- user id: dockeruser
- password: dockeruserpass