From 6fbcf4ae0aa28d3a307dcfb285cf7ded31f7ee47 Mon Sep 17 00:00:00 2001 From: Sangeetha Jana Date: Thu, 10 Oct 2024 11:40:36 +0530 Subject: [PATCH] Update README.md Updated Docker image hyperlink. --- tfx/tools/docker/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tfx/tools/docker/README.md b/tfx/tools/docker/README.md index 5ef4c91c24..5120ca8c57 100644 --- a/tfx/tools/docker/README.md +++ b/tfx/tools/docker/README.md @@ -1,10 +1,13 @@ -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 +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 +``` ```