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.
1 parent 49162fc commit 348efa2Copy full SHA for 348efa2
repo2docker/buildpacks/conda/__init__.py
@@ -396,6 +396,7 @@ def get_env_scripts(self):
396
echo auth-none=1 >> /etc/rstudio/rserver.conf && \
397
echo auth-minimum-user-id=0 >> /etc/rstudio/rserver.conf && \
398
echo "rsession-which-r={env_prefix}/bin/R" >> /etc/rstudio/rserver.conf && \
399
+ echo "rsession-ld-library-path={env_prefix}/lib" >> /etc/rstudio/rserver.conf && \
400
echo www-frame-origin=same >> /etc/rstudio/rserver.conf
401
""",
402
),
0 commit comments