We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c06ef commit e537507Copy full SHA for e537507
tfx/tools/docker/README.md
@@ -1,10 +1,10 @@
1
-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.
2
3
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
+github checkout.
+```
+./tfx/tools/docker/build_docker_image.sh --build-arg TFX_DEPENDENCY_SELECTOR=DEFAULT
8
9
```
10
0 commit comments