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

tensorflow-go can not run with default CMD #4

Closed
leeychee opened this issue May 18, 2017 · 1 comment
Closed

tensorflow-go can not run with default CMD #4

leeychee opened this issue May 18, 2017 · 1 comment

Comments

@leeychee
Copy link

Using

docker run -it --rm zuolan/tensorflow-go

will have the following error, then exit.

[I 03:10:49.110 NotebookApp] Copying /root/.ipython/kernels -> /root/.local/share/jupyter/kernels
[I 03:10:49.116 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[W 03:10:49.125 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[C 03:10:49.130 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.

We may change CMD in Dockerfile to

CMD ["/run_jupyter.sh", "--allow-root"]
@izuolan
Copy link
Owner

izuolan commented Jun 11, 2017

Thx.

@izuolan izuolan closed this as completed Jun 11, 2017
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