Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No deployment directory found in https://github.com/kubeflow/kubeflow/archive/v0.3.0.tar.gz #1743

Closed
kavemun opened this issue Oct 10, 2018 · 2 comments

Comments

@kavemun
Copy link

kavemun commented Oct 10, 2018

When following instructions in Getting Started Minikube download.sh script is trying to copy deployment folder from temp after untar, but it cannot be found.

  • cp -r /tmp/tmp.kubeflow-repo-PcTY/kubeflow-0.3.0/deployment ./
    cp: cannot stat '/tmp/tmp.kubeflow-repo-PcTY/kubeflow-0.3.0/deployment': No such file or directory
@jlewi
Copy link
Contributor

jlewi commented Oct 11, 2018

It looks like you are pulling download.sh from the master branch

export KUBEFLOW_TAG=v0.3.0
curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash

You can see here that on the v0.3 branch we don't copy deployment
https://github.com/kubeflow/kubeflow/blob/v0.3-branch/scripts/download.sh

@kavemun
Copy link
Author

kavemun commented Oct 11, 2018

okay got it. i copied that line from github and somehow it copies an escape character in the curly braces and returned me 404 instead. latest tag seems to work. thanks

@kavemun kavemun closed this as completed Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants