-
Notifications
You must be signed in to change notification settings - Fork 305
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels