Skip to content

Commit

Permalink
FIx gpu_build_r_rockylinux8 (#4)
Browse files Browse the repository at this point in the history
* FIx gpu_build_r_rockylinux8

* Fix
  • Loading branch information
hcho3 authored Dec 10, 2024
1 parent 64961fe commit a973701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.gpu_build_r_rockylinux8
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG CMAKE_VERSION=3.31.2

SHELL ["/bin/bash", "-c"]

ENV PATH=/usr/local/ninja:/opt/software/packages/bin:$PATH
ENV PATH=/usr/local/ninja:/opt/software/packages/bin:/opt/R/$R_VERSION/bin:$PATH
ENV LD_LIBRARY_PATH=/opt/software/packages/lib:/opt/R/$R_VERSION/lib64:$LD_LIBRARY_PATH
ENV CC=/opt/rh/gcc-toolset-10/root/usr/bin/gcc
ENV CXX=/opt/rh/gcc-toolset-10/root/usr/bin/c++
Expand Down

0 comments on commit a973701

Please sign in to comment.