Skip to content
New issue

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

Permission denied issue #57

Open
Robinlovelace opened this issue Oct 31, 2020 · 0 comments
Open

Permission denied issue #57

Robinlovelace opened this issue Oct 31, 2020 · 0 comments

Comments

@Robinlovelace
Copy link

Hi @karthik, many thanks for a great package! I'm having issues with the latest version though, I see this message after launching the binder instance associated with this commit: https://github.com/Robinlovelace/geocompr/commit/5a66c712a5f936f5bb123d1305e7f7a64c84e9d2

FROM rocker/binder:4.0.2
LABEL maintainer='Robin Lovelace'
USER root
COPY . ${HOME}
RUN chown -R ${NB_USER} ${HOME}
USER ${NB_USER}

Reproducible example (assuming I've not updated the .binder/Dockerfile since then): https://mybinder.org/v2/gh/robinlovelace/geocompr/master?urlpath=rstudio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant