aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity
diff options
context:
space:
mode:
authorGravatar Craig Citro <craigcitro@google.com>2016-03-24 14:07:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-24 23:43:00 -0700
commit22cfbd1cebda28c3b55c64519f4af23c462b0000 (patch)
tree14f28a0cddf065741ec83294393d2fa32eb76f2f /tensorflow/examples/udacity
parent2e9f0fb87d38d200406ba581258d29ac39a69c06 (diff)
Switch Docker instructions to always `--pull` on build.
This fixes situations like Vincent hit, where a stale base image would lead to new packages based on old base packages. Change: 118071412
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 9200bcc79b..8c8d10c8b2 100644
--- a/tensorflow/examples/udacity/README.md
+++ b/tensorflow/examples/udacity/README.md
@@ -58,7 +58,7 @@ Building a local Docker container
---------------------------------
cd tensorflow/examples/udacity
- docker build -t $USER/assignments .
+ docker build --pull -t $USER/assignments .
Running the local container
---------------------------