Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Mar 9, 2019
2 parents 9172467 + f273749 commit 13cc404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cuda/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ RUN echo "rsession-ld-library-path=$LD_LIBRARY_PATH" | \
>> /usr/local/lib/R/etc/Renviron

## Allow R to use CUDA for BLAS, with fallback on openblas
ENV NVBLAS_CONFIG_FILE=/etc/nvblas.conf
RUN echo "NVBLAS_LOGFILE nvblas.log \
\nNVBLAS_CPU_BLAS_LIB /usr/lib/libopenblas.so
\nNVBLAS_CPU_BLAS_LIB /usr/lib/libopenblas.so \
\nNVBLAS_GPU_LIST ALL" > /etc/nvblas.conf

ENV NVBLAS_CONFIG_FILE=/etc/nvblas.conf


0 comments on commit 13cc404

Please sign in to comment.