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

cloud-install issues #12

Open
aloosley opened this issue Jun 3, 2017 · 1 comment
Open

cloud-install issues #12

aloosley opened this issue Jun 3, 2017 · 1 comment

Comments

@aloosley
Copy link
Contributor

aloosley commented Jun 3, 2017

I seemed to have several issues with the cloud install. Specifically getting the docker running and code cloned:

After running docker run -it -p 8888:8888 -p 6006:6006 tensorflow/tensorflow bash, then inside the container I am unable to clone the git repository:

root@bd70aea44e99:/notebooks# git clone https://github.com/random-forests/tensorflow-workshop.git
bash: git: command not found

Later when I try to run jupyter notebook, that doesn't seem to work either:

root@bd70aea44e99:/notebooks# jupyter notebook
[W 16:41:22.749 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[C 16:41:22.756 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.
root@bd70aea44e99:/notebooks# 

Thanks in advance for the setup help.

@wolffg
Copy link
Collaborator

wolffg commented Jun 5, 2017

You should be running git on your base machine, not within the docker image, as git is not installed on the image.

I just tried jupyter notebook with the latest, and it worked for me. As noted in the instructions, you should be using --allow-root.

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

2 participants