Skip to content

Commit

Permalink
LD update
Browse files Browse the repository at this point in the history
  • Loading branch information
vnijs committed Dec 24, 2023
1 parent d67756d commit 31ee5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rsm-msba-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN chmod 755 setup.sh \
ENV R_VERSION=4.3.2
ENV TERM=xterm
ENV R_HOME=/opt/conda/lib/R
ENV LD_LIBRARY_PATH=/opt/conda/lib
ENV LD_LIBRARY_PATH="/opt/conda/lib:/usr/local/lib:${LD_LIBRARY_PATH}"
ENV PATH="/usr/local/bin:$PATH"

RUN mamba install --quiet --yes -c conda-forge \
Expand Down
2 changes: 1 addition & 1 deletion rsm-msba-intel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN chmod 755 setup.sh \
ENV R_VERSION=4.3.2
ENV TERM=xterm
ENV R_HOME=/opt/conda/lib/R
ENV LD_LIBRARY_PATH=/opt/conda/lib
ENV LD_LIBRARY_PATH="/opt/conda/lib:/usr/local/lib:${LD_LIBRARY_PATH}"
ENV PATH="/usr/local/bin:$PATH"

RUN mamba install --quiet --yes -c conda-forge \
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DOCKERHUB_VERSION=2.9.1
JHUB_VERSION=2.9.1
DOCKERHUB_USERNAME=vnijs
UPLOAD="NO"
# UPLOAD="YES"
UPLOAD="YES"

DUAL="NO"
# DUAL="YES"
Expand Down

0 comments on commit 31ee5ad

Please sign in to comment.