aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity
diff options
context:
space:
mode:
authorGravatar Vincent Vanhoucke <vanhoucke@google.com>2016-10-24 15:08:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-24 16:17:55 -0700
commitab9d1c480a6b5131e0225752ca8c055eac2e70d1 (patch)
tree92ee937e64addd576a0b0b86fab7ecc8c8cb6562 /tensorflow/examples/udacity
parent087fbef7bcf7dbbcf94dd5cb5615a969a85734ec (diff)
Update instructions to point to Docker image 0.6.0.
Fixes #5070 Change: 137092810
Diffstat (limited to 'tensorflow/examples/udacity')
-rw-r--r--tensorflow/examples/udacity/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/udacity/README.md b/tensorflow/examples/udacity/README.md
index b8bf3dd3b0..2814e5c62a 100644
--- a/tensorflow/examples/udacity/README.md
+++ b/tensorflow/examples/udacity/README.md
@@ -6,7 +6,7 @@ Course information can be found at https://www.udacity.com/course/deep-learning-
Running the Docker container from the Google Cloud repository
-------------------------------------------------------------
- docker run -p 8888:8888 --name tensorflow-udacity -it b.gcr.io/tensorflow-udacity/assignments:0.5.0
+ docker run -p 8888:8888 --name tensorflow-udacity -it gcr.io/tensorflow/udacity-assignments:0.6.0
Note that if you ever exit the container, you can return to it using: