Azure / kubeflow-labs

👩‍🔬 Train and Serve TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure
Creative Commons Attribution 4.0 International
289 stars 99 forks source link

4-KubeFlow ksonnet issue #45

Open camer314 opened 6 years ago

camer314 commented 6 years ago

When I run this line as part of the KubeFlow chapter:

ks param set kubeflow-core cloud aks

I end up with the following error:

ERROR could not find component: open C:\users\xxx\my-kubeflow\components\C:\users\xxx\my-kubeflow\components: The filename, directory name, or volume label syntax is incorrect.

For some reason its concatenating the directory twice. If i manually edit the libsonnet file then it doesnt get me much futher because I get a similar path error on the next command.

What OS was the tutorial run on? I am using a Windows Azure DSVM, does it need to be Linux??