- 02 Feb, 2016 2 commits
-
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
Peter Parente authored
* Install python2 spec to CONDA_DIR instead of system prefix too (c) Copyright IBM Corp. 2016
-
- 29 Jan, 2016 4 commits
-
-
Peter Parente authored
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
Peter Parente authored
Move to "internal" folder (c) Copyright IBM Corp. 2016
-
Kyle Kelley authored
Added ubuntu:14.04 locale fix
-
- 26 Jan, 2016 5 commits
-
-
John Kirkham authored
-
John Kirkham authored
-
John Kirkham authored
-
Peter Parente authored
Bump kernel gateway to 0.3.1
-
Peter Parente authored
Also change CMD vs ENTRYPOINT to match what minimal-notebook and some major official Docker images do (redis, mysql, nginx, ...) by having the jupyter kernelgateway in the CMD, and just tini -- in the entrypoint (c) Copyright IBM Corp. 2016
-
- 21 Jan, 2016 1 commit
-
-
Min RK authored
Notebook 4.1.x
-
- 18 Jan, 2016 4 commits
-
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
Peter Parente authored
Also fix copyright headers on various files
-
- 15 Jan, 2016 2 commits
-
-
Kyle Kelley authored
Remove build deps from minimal-kernel image
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
- 13 Jan, 2016 6 commits
-
-
Peter Parente authored
* Use setuptools to get modern pip (debian packaged pip stops working after requests gets updated) * Don't use wget to fetch tini, use Python! (c) Copyright IBM Corp. 2016
-
Peter Parente authored
* Remove SHELL env var and leftover USER nobody * Install wget for tini then immediately uninstall it * Install build-essentials and python3-dev for tornado speed up then immediately uninstall them (c) Copyright IBM Corp. 2016
-
Peter Parente authored
First time we've added a stack under the new versioning scheme (c) Copyright IBM Corp. 2016
-
Peter Parente authored
-
Peter Parente authored
(c) Copyright IBM Corp. 2016
-
Peter Parente authored
New docker stack for a headless kernel
-
- 12 Jan, 2016 8 commits
-
-
Michael Poplavski authored
Contribution (c) Copyright IBM Corp. 2016
-
Michael Poplavski authored
Contribution (c) Copyright IBM Corp. 2016
-
Peter Parente authored
-
Michael Poplavski authored
Contribution (c) Copyright IBM Corp. 2016
-
Michael Poplavski authored
Contribution (c) Copyright IBM Corp. 2016
-
Michael Poplavski authored
Contribution (c) Copyright IBM Corp. 2016
-
Michael Poplavski authored
Contribution (c) Copyright IBM Corp. 2015
-
Michael Poplavski authored
New docker stack for a headless kernel. It uses the new kernel gateway to provide websocket access without exposing the whole notebook UI. Contribution (c) Copyright IBM Corp. 2015
-
- 09 Jan, 2016 2 commits
-
-
Peter Parente authored
Add texlive-generic-recommended to fix PDF export
-
Peter Parente authored
Fixes #99 (c) Copyright IBM Corp. 2016
-
- 05 Jan, 2016 1 commit
-
-
Peter Parente authored
Make jovyan the default user for the docker cmd
-
- 03 Jan, 2016 2 commits
-
-
Peter Parente authored
Install libxrender1 to appease matplotlib et al.
-
Peter Parente authored
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
-
- 29 Dec, 2015 2 commits
-
-
Peter Parente authored
make-deploy example: run stacks on docker-machines
-
Peter Parente authored
* Fix missing export on virtualbox-vm settings * Note about busted make on ubuntu 14.04 * Pin jupyter/minimal-notebook version so example always works * Bit more of a hint about additional parameters (c) Copyright IBM Corp. 2015
-
- 28 Dec, 2015 1 commit
-
-
Peter Parente authored
* 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
-