aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docker
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-07-18 16:59:07 -0700
committerGravatar Austin Anderson <angerson@google.com>2018-07-31 14:20:19 -0700
commit94e0c6bb67b82eb1a43135eb5edff6c6fe4ab638 (patch)
tree3ad966815dc369a3f480a6230e943edc4002fdcc /tensorflow/tools/docker
parent1e0e804ca57791b48d394ad6f7fb536774e8c220 (diff)
Add new Dockerfile assembler based on partials
This change adds a new suite of TensorFlow dockerfiles. The dockerfiles come from an assembler controlled by a yaml spec, and are based on a set of re-usable partial dockerfiles. The assembler and spec include conveniences like spec validation, references to other images and specs for minimizing repetition, and arg expansion.
Diffstat (limited to 'tensorflow/tools/docker')
-rw-r--r--tensorflow/tools/docker/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tensorflow/tools/docker/README.md b/tensorflow/tools/docker/README.md
index 525f2995ce..41b8ffdf72 100644
--- a/tensorflow/tools/docker/README.md
+++ b/tensorflow/tools/docker/README.md
@@ -1,3 +1,10 @@
+# WARNING: THESE IMAGES ARE DEPRECATED.
+
+TensorFlow's Dockerfiles are now located in
+[`tensorflow/tools/dockerfiles/`](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dockerfiles).
+
+This directory will eventually be removed.
+
# Using TensorFlow via Docker
This directory contains `Dockerfile`s to make it easy to get up and running with