-
Notifications
You must be signed in to change notification settings - Fork 32
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
bug with R 4.0.0 and 4.0.2 containers #41
Comments
@julou Thanks for the report! Yup, missed a CMD in the new mapping. My apologies. Rebuilding the 4.0.x images now and should be up in a little bit. p.s. the new 4.0.x images now use the RStudio Package Manager binary builds for Ubuntu Focal (20.04), which should dramatically reduce install times when using binder. Again thanks for the report; yeah, any |
Glad that I finally reached the right place >< I will sound dense here, but could you please instruct how I could force reloading the binder image. Because I now see the 4.0.1 images on dockerhub and all 4.0.x images have an update time that is after your last message so I believe they have been updated but neither https://mybinder.org/v2/gh/rocker-org/binder/master?urlpath=rstudio nor https://mybinder.org/v2/gh/julou/BinderWithR/master?urlpath=rstudio works. In fact I'm not sure whether it's a refresh issue or that a bug is still lying around: I even updated https://mybinder.org/v2/gh/julou/BinderWithR/master?urlpath=rstudio to force it using 4.0.1 since I know this one is new, but I get the exact same error message… |
that's great news! |
Whoopsies, that's what I get for replying to the thread before waiting for the image to finish building. Had also forgotten to drop out of root and back to USER in the Dockerfile. It's building again, let's both check again once the new images repost |
Thanks for following up. Still getting the following on both repos:
|
Yeah… it now works! Thank you very much :) |
well… maybe I claimed victory too early! |
Thanks! yeah, you can always address these in your Dockerfiles in the repos, but I think it would be nicer for us to set that in our Dockerfiles for convenience. Thanks for pointing that out, I'll add a WORKDIR call in now. |
I think we should finally be all good here? At least things look ok if you click the binder button in this repo. e.g. https://mybinder.org/v2/gh/rocker-org/binder/master?urlpath=rstudio |
hi @cboettig, |
Not sure where this bug report (jupyterhub/jupyter-rsession-proxy#92) should be posted at best, so cross-posting here as it seems to be rocker-binder's home.
Sorry if this is bad practice (feel free to close/delete the least appropriate issues in this case) and thank you in advance for your help!
The text was updated successfully, but these errors were encountered: