From 2d39a89e86f167e31acee35f60b4508e54d0945b Mon Sep 17 00:00:00 2001 From: Wei-Ting Kuo Date: Wed, 24 Aug 2016 20:25:25 +0800 Subject: [PATCH] update README.md --- tensorflow-notebook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow-notebook/README.md b/tensorflow-notebook/README.md index feb9fff1..93df9a83 100644 --- a/tensorflow-notebook/README.md +++ b/tensorflow-notebook/README.md @@ -18,7 +18,7 @@ docker run -d -p 8888:8888 jupyter/tensorflow-notebook ## Tensorflow Single Machine Mode -As distributed tensorflow is still immature, we currently only provide the single machine mode. Will add the distributed one soon. +As distributed tensorflow is still immature, we currently only provide the single machine mode. ``` import tensorflow as tf