You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:Later when I try to run jupyter notebook, that doesn't seem to work either:
Thanks in advance for the setup help.
The text was updated successfully, but these errors were encountered: