We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
As the title says, when I run the command from the README
And try to open a notebook in the mounted directory, I get a "permission denied" error.
The text was updated successfully, but these errors were encountered: