Skip to content

Commit 348efa2

Browse files
authored
add conda env lib path to r config
1 parent 49162fc commit 348efa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/conda/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ def get_env_scripts(self):
396396
echo auth-none=1 >> /etc/rstudio/rserver.conf && \
397397
echo auth-minimum-user-id=0 >> /etc/rstudio/rserver.conf && \
398398
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 && \
399400
echo www-frame-origin=same >> /etc/rstudio/rserver.conf
400401
""",
401402
),

0 commit comments

Comments
 (0)