add tensorflow book

update README.md

update README
This commit is contained in:
Wei-Ting Kuo
2016-08-24 19:27:24 +08:00
parent 8ee3ea7a59
commit 42d7ce247c
3 changed files with 146 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
USER $NB_USER
# Install Python 3 Tensorflow
RUN conda install --quiet --yes -c conda-forge 'tensorflow=0.9.0'
# Install Python 2 Tensorflow
RUN conda install --quiet --yes -p $CONDA_DIR/envs/python2 python=2.7 'tensorflow=0.9.0'