From b719335aeb995ffaf6ca3fff51f47bb965fe9dbd Mon Sep 17 00:00:00 2001 From: IreneGi Date: Wed, 12 Jun 2019 15:29:19 -0700 Subject: [PATCH] Remove legacy hardcoded version of TFX --- samples/tfx-oss/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/tfx-oss/README.md b/samples/tfx-oss/README.md index e1592bc7c9f..71a34080119 100644 --- a/samples/tfx-oss/README.md +++ b/samples/tfx-oss/README.md @@ -21,7 +21,7 @@ then activate the environment. Install TensorFlow, TFX and Kubeflow Pipelines SDK ``` pip install tensorflow --upgrade -pip install https://storage.googleapis.com/ml-pipeline/tfx/tfx-0.12.0rc0-py2.py3-none-any.whl +pip install tfx pip install https://storage.googleapis.com/ml-pipeline/release/0.1.10/kfp.tar.gz --upgrade ```