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

While installing caffe-cpu it asks for continue Y/N but how to give input as Y #45

Closed
saifhassan opened this issue Jan 31, 2018 · 3 comments

Comments

@saifhassan
Copy link

While installing caffe-cpu it asks for continue Y/N but how to give input as Y

using this command
!apt install caffe-cpu

Need to get 79.2 MB of archives.
After this operation, 298 MB of additional disk space will be used.
Do you want to continue? [Y/n]

@craigcitro
Copy link
Contributor

Just add -y to your command -- so

!apt install -y caffe-cpu

will do the trick.

@saifhassan
Copy link
Author

Thanks, It worked.

@colaboratory-team
Copy link
Contributor

We've just rolled out support for input prompts. You should now be able to answer this prompt without needing -y. See #258 for a similar issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants