Commit Graph

14 Commits

Author SHA1 Message Date
echowhisky
1f8311a7aa changed -tipsy to --all -y across all files
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Simon Li
39dabe9f3e Update tensorflow to current release 1.12 2018-11-30 19:37:45 +00:00
graemes
1d763bbac5 Convert FROM specification to ARG (#727) 2018-10-19 18:52:27 +01:00
Peter Parente
e8048a25dc Fix builds by updating to compatible versions 2018-10-18 10:18:52 -04:00
Peter Parente
aabd6c9521 Update tensorflow to 1.5, keras to 2.1 2018-05-06 12:15:47 -04:00
Graham Dumpleton
4d32b2182e Ensure anything under $HOME is always writable to group. 2018-02-17 11:31:55 +11:00
cglewis
d91d4a8c48 MAINTAINER is deprecated, using LABEL now 2017-10-31 20:17:06 -07:00
Peter Parente
bf0111ca84 Add keras to the tensorflow stack 2017-09-04 21:07:50 -04:00
Min RK
c6c1ce4cb0 use groups for managing write-access to files
- 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)
2017-08-26 09:50:56 -04:00
Min RK
32b3d2bec2 Remove Python 2
Only Python 3 from now on
2017-08-10 16:08:30 +02:00
Bas Nijholt
906c311c7a Bump tensorflow to 1.0 2017-03-13 15:16:41 +01:00
Seiji Kumagai
79bad3ae85 TensorFlow 0.11.0 2016-12-08 22:08:00 +01:00
Wei-Ting Kuo
48faabcda0 fix Dockerfile for better consistency 2016-08-24 20:24:48 +08:00
Wei-Ting Kuo
42d7ce247c add tensorflow book
update README.md

update README
2016-08-24 19:41:15 +08:00