Commit Graph

186 Commits

Author SHA1 Message Date
John Kirkham
af11fbc3c4 docker: Add and install from the r channel with conda. 2016-03-08 16:59:45 -05:00
John Kirkham
630ceec257 Dockerfile: Clean apt-get lists. 2016-03-07 21:38:40 -05:00
John Kirkham
4d27738276 Have docker ignore READMEs. 2016-03-07 20:35:45 -05:00
John Kirkham
a5cc245a7a docker: Make conda installs quieter. 2016-03-06 21:13:57 -05:00
John Kirkham
5548f94b8d datascience-notebook/Dockerfile: Clean out conda. 2016-03-04 18:29:32 -05:00
John Kirkham
61dc40b2c6 datascience-notebook/Dockerfile: Tell conda yes. 2016-03-04 17:33:07 -05:00
Peter Parente
e66ffa3141 Add libav-tools for matplotlib animation
(c) Copyright IBM Corp. 2016
2016-02-26 08:43:01 -05:00
Fernando Perez
3eefa923fe Update conda to py35/current, tini to 0.9.0 and add jed/emacs editors. 2016-02-12 21:22:42 -08:00
Fernando Perez
b8b0460d7a Update package versions for both py2/py3and add h5py to base list. 2016-02-12 20:08:55 -08:00
Peter Parente
90a3d2ef7d Note bump to notebook 4.1.x
(c) Copyright IBM Corp. 2016
2016-01-17 11:27:34 -05:00
Peter Parente
9aae44ef66 Use updated LICENSE.md file
Also fix copyright headers on various files
2016-01-17 11:27:10 -05:00
Peter Parente
2988869079 Merge pull request #92 from parente/jovyan-by-default
Make jovyan the default user for the docker cmd
2016-01-04 20:53:47 -05:00
Peter Parente
b7aeac87f4 Install libxrender1 to appease matplotlib
Bite the bullet and preinstall it so that plotting libs that default
to using desktop rendering just work (matplotlib, ggplot, ...)
out of the box without having to get configuration right beforehand
(e.g., %matplotlib inline ahead of matplotlib import)

Only adds ~100k to the image size

(c) Copyright IBM Corp. 2015
2016-01-02 12:45:30 -05:00
Peter Parente
6d5cd67528 Make jovyan the default user for the docker cmd
* Switch to jovyan at the end of every Dockerfile
* Document --user root requirement for NB_UID and GRANT_SUDO flags

(c) Copyright IBM Corp. 2015
2015-12-27 21:05:48 -05:00
Peter Parente
d8c83ec385 Bump r-irkernel to 0.5 to fix zmq issue
Requires r-rmarkdown=0.8, r-devtools=1.9, r-tidyr=0.3 in r-notebook

(c) Copyright IBM Corp. 2015
2015-12-17 17:00:50 -05:00
Peter Parente
0a29b08d7c Add rpy2
Requires bump of devtools, tidyr, and rmarkdown too

(c) Copyright IBM Corp. 2015
2015-12-05 21:26:47 -05:00
Peter Parente
8b0d810878 Fix datascience-notebook build after pandas bump
patsy, numba, bokeh all need upgrade to satisfy conda constraints

(c) Copyright IBM Corp. 2015
2015-12-04 22:36:51 -05:00
Justin Tyberg
e53b288e6e Bump to pandas 0.17.
(c) Copyright IBM Corp. 2015
2015-12-04 17:47:12 -05:00
Peter Parente
a388c4a66f Add temporary rzmq workaround to other R stacks
Required to rebuild now that a merge went in touching minimal

(c) Copyright IBM Corp. 2015
2015-10-24 22:40:59 -04:00
Peter Parente
ad99f8c74f Remove trivial env vars, doc command line args
* Remove PORT and INTERFACE env vars which can conflict with other systems (e.g., Mesos)
* Document command line pass-through to start-notebook.sh

(c) Copyright IBM Corp. 2015
2015-10-19 09:36:28 -04:00
Peter Parente
488aa7ba64 Remove 3.x vs 4.x legacy info from README
Fixes #48

(c) Copyright IBM Corp. 2015
2015-10-19 09:05:10 -04:00
Peter Parente
43e1914065 Add doc about conda environments
Contribution (c) Copyright IBM Corp. 2015
2015-10-07 22:31:27 -04:00
Peter Parente
6e7c1574a6 Note tini is in 4.0 and up images 2015-09-23 20:17:33 -04:00
Peter Parente
d425a3a502 Mention tini and start-notebook.sh in READMEs
Contribution (c) Copyright IBM Corp. 2015
2015-09-22 20:51:42 -04:00
Peter Parente
678b64e9e4 Swap tini for supervisord
* Pass $@ args to start-notebook.sh
* Set tini as entrypoint, but keep start-notebook.sh as easily overridable CMD
* su to jovyan user within start-notebook.sh script

Contribution (c) Copyright IBM Corp. 2015
2015-09-22 20:51:18 -04:00
Peter Parente
d51afb34f7 Explicitly document jovyan user 2015-09-12 20:39:31 -04:00
Peter Parente
b6ecf61df2 Fix for issue #30, missing ijulia
Contribution (c) Copyright IBM Corp. 2015
2015-09-11 00:31:40 -04:00
Peter Parente
7c9edef43d Fix missing install-self on py2 kernelspec 2015-08-30 21:56:48 -04:00
Peter Parente
701212dbf1 Explicitly set USER root in every Dockerfile
Contribution (c) Copyright IBM Corp. 2015
2015-08-29 21:50:04 -04:00
Peter Parente
c4616560cf Make subimages compatible with late user creation
* Always remain as root during install
* Put kernel specs in system path, not user home
* Create user work directory at startup
* Note this is in 4.0 and up images, not 3.2

Contribution (c) Copyright IBM Corp. 2015
2015-08-28 23:43:57 -04:00
Peter Parente
6c64040fd2 Fix README copy/paste image name errors 2015-08-28 13:17:00 -04:00
Peter Parente
72264674b1 Remove extra .gitignore 2015-08-27 22:06:52 -04:00
Peter Parente
ebb22200e6 Updates for Jupyter Notebook 4.0.x 2015-08-27 22:06:05 -04:00
nymoorland
b5c9d3b366 removed ~ 2015-08-27 21:57:04 -04:00
nymoorland
008cc9d053 Add Julia 2015-08-27 21:57:04 -04:00
nymoorland
79169618d5 add a Jupyter data science notebook stack 2015-08-27 21:57:04 -04:00