dockerfile in binder

Hello!

I am using a Dockerfile into a repo in which I am using binder (mybinder.org). I have a folder caller binder with an install.R file with all the packages I need, a Dockerfile (rocker/binder:3.5.2) and runtime.txt. The problem is that some packages worked fine but others appear as not installed.

What could be the problem? How do you manage package versions or dependencies in this case?

Thank you

You may find this info helpful: https://environments.rstudio.com/docker

I believe binder, by default, pins the repo to a certain MRAN checkpoint date, so you should get the same versions each time you build the image.

To diagnose the install issues you'll have to share more information, such as the logs and files.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.