Commit Graph

17 Commits

Author SHA1 Message Date
Peter Parente
012b408e73 Upgrade to r-base 3.3.2
Remove pinning for plotting fix and upgrade other R packages
2017-01-02 23:11:30 -05:00
Peter Parente
19fe00c08c debian, miniconda, notebook version, option updates
* Upgrade to latest debian base image
* Upgrade to Notebook 4.3
* Upgrade to Miniconda 4.2.12
* Remove USE_HTTPS env var in favor of command line options for key and cert
* Add GEN_CERT env var for generating a self-signed certificate
* Remove PASSWORD env var in favor of the new Notebook 4.3 default token auth
  or the more secure a hashed password command line option
2016-12-31 23:27:54 -05:00
Min RK
43227e8ea0 JupyterHub 0.7
and get it from conda (conda-forge)

single-user protocol should still be compatible, so this shouldn't change supported Hub versions
2016-12-05 10:59:47 +01:00
Peter Parente
3e0eb813cb Fix #269, NB_UID regression
Workaround docker / aufs permission problems
2016-10-11 21:29:15 -05:00
Min RK
145ad1c1d2 use cdn for debian
httpredir fails semi-regularly
2016-09-28 16:17:44 +02:00
John Kirkham
c102937957 base-notebook: Update tini to v0.10.0. 2016-08-12 23:21:41 -04:00
Peter Parente
69a5c1ab7f Merge pull request #258 from parente/generic-start
Add a generic start.sh script to images
2016-08-11 22:59:30 -04:00
Peter Parente
10ebacdacc Fix start command 2016-08-10 22:44:12 -04:00
Peter Parente
1480d6f88e Add generic start.sh to base-notebook
* Update doc in base-notebook to describe use case
* Rebase start-notebook.sh on it
2016-08-09 16:10:22 -04:00
John Kirkham
1a290a9f50 base-notebook: Disable conda auto update. 2016-08-09 13:42:33 -04:00
Peter Parente
81466ccfc4 Update conda to 4.1.11 in base-notebook 2016-08-03 15:27:47 -04:00
Peter Parente
32bb7097df Temporary workaround for #210
Pin libjpeg to v8

(c) Copyright IBM Corp. 2016
2016-07-14 16:47:11 -04:00
Sebastian Reuße
fdb247ec0c Make use of available environment variables
base-notebook defines environment variables for the Conda install path and the
notebook user. However, in some instances, these locations were still hardcoded.
Let’s use the variables instead.
2016-06-28 11:31:24 +02:00
Peter Parente
f737456f8a Set HOME env var
Ref #188

(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
126009764f Disable pip cache during docker build
Ref #188

(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
b7353bf759 Fix permissions when host mounting SSL cert/key
Prevent docker from creating the
~/.local/share/jupyter directory as rw for root
only. Otherwise notebook can’t create runtime/
and other import subduers

(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
839e8307b6 Rename to base-notebook
(c) Copyright IBM Corp. 2016
2016-05-26 20:58:29 -04:00