From c55e9e291fd545f5ed36a5e23a22b9f61296d8fe Mon Sep 17 00:00:00 2001 From: Sai Parthasarathy Miduthuri Date: Mon, 13 Jan 2020 14:30:02 -0800 Subject: [PATCH 1/2] documentation: Add link to TF 2.0 branch --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 6e83d245..d0114554 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,10 @@ The Docker images are built from the Dockerfiles specified in The Docker files are grouped based on TensorFlow version and separated based on Python version and processor type. +The Docker files for TensorFlow 2.0 are available in the +`tf-2 `__ branch, in +`docker/2.0.0/ `__. + The Docker images, used to run training & inference jobs, are built from both corresponding "base" and "final" Dockerfiles. From c9aa3f9b1d6d5ae61ac715eb3d893292458ea107 Mon Sep 17 00:00:00 2001 From: Sai Parthasarathy Miduthuri Date: Mon, 13 Jan 2020 14:34:07 -0800 Subject: [PATCH 2/2] Fix url for dockerfiles --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d0114554..72418561 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ based on Python version and processor type. The Docker files for TensorFlow 2.0 are available in the `tf-2 `__ branch, in -`docker/2.0.0/ `__. +`docker/2.0.0/ `__. The Docker images, used to run training & inference jobs, are built from both corresponding "base" and "final" Dockerfiles.