From 953cc5fb7f19ea7368e5ca51f357d55232cd7fb9 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Mon, 8 Apr 2019 18:13:53 -0700 Subject: [PATCH] Updated the package version in the notebooks --- samples/notebooks/DSL Static Type Checking.ipynb | 2 +- .../notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb | 2 +- samples/notebooks/Lightweight Python components - basics.ipynb | 2 +- samples/tfx-oss/TFX Example.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/notebooks/DSL Static Type Checking.ipynb b/samples/notebooks/DSL Static Type Checking.ipynb index a8d860865df..8aa878f75ee 100644 --- a/samples/notebooks/DSL Static Type Checking.ipynb +++ b/samples/notebooks/DSL Static Type Checking.ipynb @@ -106,7 +106,7 @@ "outputs": [], "source": [ "# Configure the KFP_PACKAGE\n", - "KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.12/kfp-experiment.tar.gz'" + "KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.16/kfp.tar.gz'" ] }, { diff --git a/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb b/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb index 2c0a581cc34..ab3be5a4f21 100644 --- a/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb +++ b/samples/notebooks/KubeFlow Pipeline Using TFX OSS Components.ipynb @@ -39,7 +39,7 @@ "BASE_IMAGE='gcr.io/%s/pusherbase:dev' % PROJECT_NAME\n", "TARGET_IMAGE='gcr.io/%s/pusher:dev' % PROJECT_NAME\n", "TARGET_IMAGE_TWO='gcr.io/%s/pusher_two:dev' % PROJECT_NAME\n", - "KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.6/kfp.tar.gz'\n", + "KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.16/kfp.tar.gz'\n", "TRAIN_DATA = 'gs://ml-pipeline-playground/tfx/taxi-cab-classification/train.csv'\n", "EVAL_DATA = 'gs://ml-pipeline-playground/tfx/taxi-cab-classification/eval.csv'\n", "HIDDEN_LAYER_SIZE = '1500'\n", diff --git a/samples/notebooks/Lightweight Python components - basics.ipynb b/samples/notebooks/Lightweight Python components - basics.ipynb index 22279dc8be6..87a95852b11 100644 --- a/samples/notebooks/Lightweight Python components - basics.ipynb +++ b/samples/notebooks/Lightweight Python components - basics.ipynb @@ -30,7 +30,7 @@ "outputs": [], "source": [ "EXPERIMENT_NAME = 'lightweight python components'\n", - "KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.4/kfp.tar.gz'" + "KFP_PACKAGE = 'https://storage.googleapis.com/ml-pipeline/release/0.1.16/kfp.tar.gz'" ] }, { diff --git a/samples/tfx-oss/TFX Example.ipynb b/samples/tfx-oss/TFX Example.ipynb index 1b9b4904ab2..18345a2c7a4 100644 --- a/samples/tfx-oss/TFX Example.ipynb +++ b/samples/tfx-oss/TFX Example.ipynb @@ -18,7 +18,7 @@ "outputs": [], "source": [ "!pip3 install https://storage.googleapis.com/ml-pipeline/tfx/tfx-0.12.0rc0-py2.py3-none-any.whl \n", - "!pip3 install https://storage.googleapis.com/ml-pipeline/release/0.1.10/kfp.tar.gz --upgrade\n" + "!pip3 install https://storage.googleapis.com/ml-pipeline/release/0.1.16/kfp.tar.gz --upgrade\n" ] }, {