From 7a1dce4d15a338ec660b5b6f3305f56578477695 Mon Sep 17 00:00:00 2001 From: Sangeetha Jana Date: Mon, 28 Oct 2024 11:30:14 +0530 Subject: [PATCH 1/3] Update README.md --- tfx/tools/docker/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tfx/tools/docker/README.md b/tfx/tools/docker/README.md index 5ef4c91c24..036d91ff8c 100644 --- a/tfx/tools/docker/README.md +++ b/tfx/tools/docker/README.md @@ -1,12 +1,12 @@ -Files for building the [Docker](http://www.docker.com) image for TFX. +Files for building the [Docker](https://hub.docker.com/r/tensorflow/tfx/tags) image for TFX. To build a docker image, run below command with flags under root directory of -github checkout. ``` ./tfx/tools/docker/build_docker_image.sh --build-arg -TFX_DEPENDENCY_SELECTOR=NIGHTLY --build-arg -BASE_IMAGE=gcr.io/deeplearning-platform-release/tf2-gpu.2-13.py310 --build-arg -BEAM_VERSION=2.50.0 --build-arg ADDITIONAL_PACKAGES=tensorflow==2.13.0 - +github checkout. ``` - -`NOTE:` It is recommended to use images on [tensorflow/tfx docker hub](https://hub.docker.com/r/tensorflow/tfx/tags) or [TFX GCR](https://gcr.io/tfx-oss-public/tfx), instead of building docker image directly. +./tfx/tools/docker/build_docker_image.sh --build-arg TFX_DEPENDENCY_SELECTOR=DEFAULT ``` + + + +**NOTE:** It is recommended to use images on [tensorflow/tfx docker hub](https://hub.docker.com/r/tensorflow/tfx/tags) or [TFX GCR](https://gcr.io/tfx-oss-public/tfx), instead of building docker image directly. + From c300a352c30e6b9878d9c2235c83534ed72ae0d5 Mon Sep 17 00:00:00 2001 From: Sangeetha Jana Date: Mon, 28 Oct 2024 11:34:35 +0530 Subject: [PATCH 2/3] Update README.md --- tfx/tools/docker/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/tfx/tools/docker/README.md b/tfx/tools/docker/README.md index 036d91ff8c..16ef84f0d6 100644 --- a/tfx/tools/docker/README.md +++ b/tfx/tools/docker/README.md @@ -5,8 +5,5 @@ github checkout. ``` ./tfx/tools/docker/build_docker_image.sh --build-arg TFX_DEPENDENCY_SELECTOR=DEFAULT ``` - - - **NOTE:** It is recommended to use images on [tensorflow/tfx docker hub](https://hub.docker.com/r/tensorflow/tfx/tags) or [TFX GCR](https://gcr.io/tfx-oss-public/tfx), instead of building docker image directly. From 892962763f54b714d198b6f5e96edf68312b79f2 Mon Sep 17 00:00:00 2001 From: Sangeetha Jana Date: Mon, 28 Oct 2024 11:40:21 +0530 Subject: [PATCH 3/3] Update README.md --- tfx/tools/docker/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tfx/tools/docker/README.md b/tfx/tools/docker/README.md index 16ef84f0d6..5ab2395838 100644 --- a/tfx/tools/docker/README.md +++ b/tfx/tools/docker/README.md @@ -5,5 +5,8 @@ github checkout. ``` ./tfx/tools/docker/build_docker_image.sh --build-arg TFX_DEPENDENCY_SELECTOR=DEFAULT ``` -**NOTE:** It is recommended to use images on [tensorflow/tfx docker hub](https://hub.docker.com/r/tensorflow/tfx/tags) or [TFX GCR](https://gcr.io/tfx-oss-public/tfx), instead of building docker image directly. +``` + +`NOTE:` It is recommended to use images on [tensorflow/tfx docker hub](https://hub.docker.com/r/tensorflow/tfx/tags) or [TFX GCR](https://gcr.io/tfx-oss-public/tfx), instead of building docker image directly. +```