Closed ocefpaf closed 2 years ago
Is that supposed to be copied somewhere specific in the image?
We could test it in the hub by dropping the file in someone's env.
Is that supposed to be copied somewhere specific in the image?
That is a repo2docker solution. I don't think it will work for us. We probably need to copy that code into our Dockerfile. (Kind of "away" right now but I can try that in a moment.)
@abkfenris this is as far as I got. The original problem is kind of solved with the LD_LIBRARY_PATH
workaround. The PROJ_LIB data is still not working but we can tell users to set it for an R session with Sys.setenv(PROJ_LIB="/opt/conda/share/proj")
.
Well, lets land it for now.
From: https://discourse.jupyter.org/t/glibcxx-3-4-26-not-found-from-rstudio/7778/7 May fix: https://github.com/oceanhackweek/ohw-tutorials/issues/94
The issue is that RStudio is looking into the system
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
instead of conda's.xref.: https://github.com/jupyterhub/repo2docker/issues/1153