You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are unable to install the latest Kubeflow version(0.7.0) using the script. Please update the scripts accordingly or let us know how we can install the latest version of Kubeflow using these scripts.
I manually changed the line : export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.5.1} # the version of kubeflow to use
to export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.7.0} # the version of kubeflow to use
But unable to install Kubeflow.
Thanks and Regards,
Lovish Chaudhary
The text was updated successfully, but these errors were encountered:
lovishch20
changed the title
Chnage install-kubeflow.sh code to use 0.7.0
Change install-kubeflow.sh script code to use latest version of Kubeflow(0.7.0)
Nov 28, 2019
We are unable to install the latest Kubeflow version(0.7.0) using the script. Please update the scripts accordingly or let us know how we can install the latest version of Kubeflow using these scripts.
I manually changed the line :
export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.5.1} # the version of kubeflow to use
to export KUBEFLOW_VERSION=${KUBEFLOW_VERSION:-0.7.0} # the version of kubeflow to use
But unable to install Kubeflow.
Thanks and Regards,
Lovish Chaudhary
The text was updated successfully, but these errors were encountered: