We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d6e5ff + 348efa2 commit 8c0f49eCopy full SHA for 8c0f49e
repo2docker/buildpacks/conda/__init__.py
@@ -424,6 +424,7 @@ def get_env_scripts(self):
424
echo auth-none=1 >> /etc/rstudio/rserver.conf && \
425
echo auth-minimum-user-id=0 >> /etc/rstudio/rserver.conf && \
426
echo "rsession-which-r={env_prefix}/bin/R" >> /etc/rstudio/rserver.conf && \
427
+ echo "rsession-ld-library-path={env_prefix}/lib" >> /etc/rstudio/rserver.conf && \
428
echo www-frame-origin=same >> /etc/rstudio/rserver.conf
429
""",
430
),
0 commit comments