ihaskell-notebook
ihaskell-notebook copied to clipboard
permission denied when accessing mounted directory
As the title says, when I run the command from the README
docker run --rm -p 8888:8888 -v $PWD:/home/jovyan/pwd --name ihaskell_notebook ghcr.io/ihaskell/ihaskell-notebook:master jupyter lab --ServerApp.token=''
And try to open a notebook in the mounted directory, I get a "permission denied" error.
By the way, I am experiencing the same issue when I follow the docker instructions from the main IHaskell repo, i.e. when I run
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/src gibiansky/ihaskell
with a stack.yaml in my working directory.
Thanks for opening this issue, I'll investigate.
I can't reproduce your issue. Did you ever solve this?
Hmm, weird. No I never solved it. Oh well.