Ayaz Salikhov
42fff0d1d2
Upgrade Tensorflow to 2.2.0
2020-05-15 10:20:58 +02:00
Ayaz Salikhov
10dd74ba90
Use pip --no-cache-dir to install tensorflow
2020-05-12 03:46:25 +02:00
Ben Mares
cd5df45a9c
upgrade tensorflow to 2.1
2020-01-28 09:18:20 +01:00
fahrettin.goekgoez
95e0449ebf
upgrade to tensoflow2
2019-10-21 12:43:34 +02:00
echowhisky
167c686011
Merge branch 'master' into issue-861
...
Resolved conflicts between local branch and updates to the upstream
master.
2019-05-06 18:46:51 +00:00
echowhisky
40c5c07b0a
added -f
flag to all conda clean
commands
...
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861 .
2019-05-04 19:11:32 +00:00
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
Peter Parente
f067ea15ee
Upgrade to tf 1.13
2019-04-21 16:48:41 -04: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