Skip to content

Commit

Permalink
Upgrade kubeflow to v0.3.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan authored and k8s-ci-robot committed Nov 6, 2018
1 parent 0bdeeea commit 3adf5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml-pipeline/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if [ "$WITH_KUBEFLOW" = true ]; then
# https://github.com/kubeflow/kubeflow/blob/master/scripts/deploy.sh#L43
mkdir -p ${KF_DIR}
# We use kubeflow v0.3.0 by default
KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-"v0.3.0"}
KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-"v0.3.2"}
(cd ${KF_DIR} && curl -L -o kubeflow.tar.gz https://github.com/kubeflow/kubeflow/archive/${KUBEFLOW_VERSION}.tar.gz)
tar -xzf ${KF_DIR}/kubeflow.tar.gz -C ${KF_DIR}
KUBEFLOW_REPO=$(find ${KF_DIR} -maxdepth 1 -type d -name "kubeflow*")
Expand Down

0 comments on commit 3adf5cf

Please sign in to comment.