ihaskell-notebook icon indicating copy to clipboard operation
ihaskell-notebook copied to clipboard

permission denied when accessing mounted directory

Open ricky0123 opened this issue 3 years ago • 4 comments

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.

ricky0123 avatar Nov 28 '22 16:11 ricky0123

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.

ricky0123 avatar Nov 28 '22 16:11 ricky0123

Thanks for opening this issue, I'll investigate.

jamesdbrock avatar Nov 29 '22 16:11 jamesdbrock

I can't reproduce your issue. Did you ever solve this?

jamesdbrock avatar Feb 24 '23 08:02 jamesdbrock

Hmm, weird. No I never solved it. Oh well.

ricky0123 avatar Feb 25 '23 00:02 ricky0123