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 am running the container as per the example in Docker Hub and here and I am getting the following error:
[I 20:13:39.828 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[C 20:13:40.069 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.
Of course, you can use --allow-root to bypass. However, this is not secure.
The text was updated successfully, but these errors were encountered:
@santosomar I was able to run Jupyter by setting --ip='0.0.0.0' and --allow-root. See #85 (comment)
Of course, you can use --allow-root to bypass. However, this is not secure.
The only user defined in the Docker image is the root user. If you want a non-root user, you'll need to create your own Docker image that builds on this one. Another workaround is described in #65 (comment)
I am running the container as per the example in Docker Hub and here and I am getting the following error:
Of course, you can use
--allow-root to bypass
. However, this is not secure.The text was updated successfully, but these errors were encountered: