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 1a2937c commit 3e8fa02Copy full SHA for 3e8fa02
docs/what_if_tool.md
@@ -55,7 +55,7 @@ Set the environment variable MODEL_PATH to the location of the resulting model
55
directory on your machine.
56
57
Install docker and TensorFlow Serving following the
58
-[official documentation](https://www.tensorflow.org/serving/docker).
+[official documentation](https://www.tensorflow.org/tfx/serving/docker).
59
60
Serve the model using docker through
61
`docker run -p 8500:8500 --mount type=bind,source=${MODEL_PATH},target=/models/uci_income -e MODEL_NAME=uci_income -t tensorflow/serving`.
0 commit comments