Skip to content

Commit

Permalink
test no LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Oct 8, 2024
1 parent 5900a6b commit 80c6a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/rstudio-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ RUN ( echo 'LD_PRELOAD=/opt/k8s-support/lib/libnss_wrapper.so'; echo 'NSS_WRAPPE

## The desktop package uses /usr/lib/rstudio/bin
ENV PATH="${PATH}:/usr/lib/rstudio-server/bin" \
SHELL=/bin/bash \
LD_LIBRARY_PATH="/usr/lib/R/lib:/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server:/opt/conda/lib/R/lib"
SHELL=/bin/bash
#LD_LIBRARY_PATH="/usr/lib/R/lib:/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server:/opt/conda/lib/R/lib"

COPY ./lib /opt/k8s-support/lib

Expand Down

0 comments on commit 80c6a31

Please sign in to comment.