Skip to content

Commit e537507

Browse files
Update README.md (#6946)
* Update README.md
1 parent 36c06ef commit e537507

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tfx/tools/docker/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Files for building the [Docker](http://www.docker.com) image for TFX.
1+
Files for building the [Docker](https://hub.docker.com/r/tensorflow/tfx/tags) image for TFX.
22

33
To build a docker image, run below command with flags under root directory of
4-
github checkout. ``` ./tfx/tools/docker/build_docker_image.sh --build-arg
5-
TFX_DEPENDENCY_SELECTOR=NIGHTLY --build-arg
6-
BASE_IMAGE=gcr.io/deeplearning-platform-release/tf2-gpu.2-13.py310 --build-arg
7-
BEAM_VERSION=2.50.0 --build-arg ADDITIONAL_PACKAGES=tensorflow==2.13.0
4+
github checkout.
5+
```
6+
./tfx/tools/docker/build_docker_image.sh --build-arg TFX_DEPENDENCY_SELECTOR=DEFAULT
7+
```
88

99
```
1010

0 commit comments

Comments
 (0)