Skip to content

Commit

Permalink
Explicitly set up CXX env for knn
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei committed May 24, 2024
1 parent cdb8e47 commit 8f24092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ RUN yum install -y gcc10* && \
update-alternatives --install /usr/bin/gcc gcc $(which gcc10-gcc) 1 && \
update-alternatives --install /usr/bin/g++ g++ $(which gcc10-g++) 1
ENV FC=gcc10-gfortran
ENV CXX=gcc

# Change User
USER $CONTAINER_USER
Expand Down

0 comments on commit 8f24092

Please sign in to comment.