From 3a31313be7fd3ad365c0e7202a4721ee6debdb2c Mon Sep 17 00:00:00 2001 From: IronPan Date: Wed, 9 Jan 2019 15:16:47 -0800 Subject: [PATCH] bump pipeline sdk version to 0.1.7 --- components/tensorflow-notebook-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tensorflow-notebook-image/Dockerfile b/components/tensorflow-notebook-image/Dockerfile index 2393f7f449f..226f6c2c1dd 100644 --- a/components/tensorflow-notebook-image/Dockerfile +++ b/components/tensorflow-notebook-image/Dockerfile @@ -10,7 +10,7 @@ ARG TF_PACKAGE_PY_27=https://storage.googleapis.com/tensorflow/linux/cpu/tensorf ARG TF_SERVING_VERSION=0.0.0 ARG TFMA_VERSION ARG TFDV_VERSION -ARG PIPELINE_SDK_PACKAGE=https://storage.googleapis.com/ml-pipeline/release/0.1.3/kfp.tar.gz +ARG PIPELINE_SDK_PACKAGE=https://storage.googleapis.com/ml-pipeline/release/0.1.7/kfp.tar.gz USER root