-
Notifications
You must be signed in to change notification settings - Fork 0
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
test installing R and RStudio with the scripts #25
Comments
Debug notes. Trying to get this to run Start Codespace on py-rocket-2
Then install stuff
|
Where I am at.
So what is different with the repo2docker image?
|
Here is the Dockerfile that repo2docker is making
|
This runs. This only biggish thing removed
|
ok I was able to get myself out of libcurl header hell with
but this basic problem is the conda bins stuck in the path. Those ENV vars are telling it to ignore all the conda stuff.
Setting the PATH temporarily back to what it was before micromamba was installed works and seems easiest.
Question is, it the conda stuff in the path in a repo2docker image generally going to cause a problem for R/RStudio. |
The
install_r
script fails in the make part (which is part of the R source).Created a dev branch where I am root in the docker image so I can test the script and figure out what is going on.
Update: Setting path temporarily fixes the problem. Here the PATH var is only for the RUN cmds.
The text was updated successfully, but these errors were encountered: