I’m trying to run Jupyter using your commands. It partially works, if I run this command sudo docker run --user root -p 8888:8888 -v $PWD:/home/jovyan -e CHOWN_HOME=yes -e CHOWN_HOME_OPTS='-R' --name notebook jupyter/tensorflow-notebook
I get the following error chown: cannot access '/home/jovyan/.gvfs': Permission denied
I’m running Docker on remote server, but I don’t know it much.
Thank you