- 14 Nov, 2017 1 commit
-
-
Min RK authored
-
- 03 Nov, 2017 1 commit
-
-
Peter Parente authored
MAINTAINER is deprecated, using LABEL now
-
- 01 Nov, 2017 1 commit
-
-
cglewis authored
-
- 23 Oct, 2017 1 commit
-
-
Peter Parente authored
Update jupyterlab to 0.28
-
- 21 Oct, 2017 1 commit
-
-
Peter Parente authored
Upgrade to notebook 5.2.0
-
- 20 Oct, 2017 1 commit
-
-
Tyler Erickson authored
Update jupyterlab from 0.27.* to 0.28.*. This allows the current version of ipywidgets (7.0.2) to be installed.
-
- 14 Oct, 2017 1 commit
-
-
Grant Nestor authored
-
- 06 Oct, 2017 2 commits
-
-
Peter Parente authored
bump jupyterhub to version 0.8
-
Bas Nijholt authored
-
- 29 Sep, 2017 1 commit
-
-
Thomas Kluyver authored
Upgrade to notebook 5.1
-
- 27 Sep, 2017 1 commit
-
-
Grant Nestor authored
-
- 10 Sep, 2017 2 commits
-
-
Peter Parente authored
Fix facets install
-
Peter Parente authored
* Don't change WORKDIR * Fix permissions after install * Cleanup source tree
-
- 09 Sep, 2017 5 commits
-
-
Yusaku Mandai authored
-
Peter Parente authored
Added support for facets visualization
-
Naveen Marri authored
-
Naveen Marri authored
-
Naveen Marri authored
-
- 08 Sep, 2017 4 commits
-
-
Peter Parente authored
Further emphasize the use of tags in README
-
Min RK authored
-
Min RK authored
homedir fixes
-
Min RK authored
- don't relocate home if home exists (e.g. mounted volume) - respect workdir, only cd to new home if we were in /home/jovyan/
-
- 07 Sep, 2017 1 commit
-
-
Peter Parente authored
Fix working directory problems with custom NB_USER
-
- 06 Sep, 2017 1 commit
-
-
Peter Parente authored
Fix inherit-diagram: debian@SHA -> ubuntu@SHA
-
- 05 Sep, 2017 5 commits
-
-
jakirkham authored
Add keras
-
Peter Parente authored
Improve start.sh logging along the way
-
Peter Parente authored
-
Hakan Dilek authored
- 04 Sep, 2017 1 commit
-
-
Peter Parente authored
Update ipywidgets to 7.0.x
-
- 03 Sep, 2017 1 commit
-
-
Naveen Marri authored
-
- 29 Aug, 2017 3 commits
-
-
Peter Parente authored
-
Peter Parente authored
[ci skip] Remove py2 reference
-
Peter Parente authored
-
- 27 Aug, 2017 1 commit
-
-
Peter Parente authored
use groups for managing write-access to files
-
- 26 Aug, 2017 5 commits
-
-
Min RK authored
it’s handled internally
-
Min RK authored
use `users` instead
-
Min RK authored
ensures files have the right owner:group unfortunately, not enough to get group-writable permissions (need acl or umask for that), so we still need to run it after each install
-
Min RK authored
- any files the user should be able to write should have group `user-permissions` with `g+rwX` - remove `chown` from start.sh because it is no longer needed - add `fix-permissions` script for setting the user-writable permissions on a path - user-permissions group as GID 10000 (is there a reason for it to have a different value?) - containers can set group with `--group-add user-writable` if they want to run with a different uid/gid (without -u root -e NB_UID -e NB_GID, which make this unnecessary)
-
Min RK authored
[ci skip] Documentation improvements
-