Skip to content

Commit

Permalink
set reasonable CUDA_HOME default
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Sep 12, 2023
1 parent 2e2a821 commit 51b260c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ RUN echo '/usr/local/cuda/targets/x86_64-linux/lib' >> /etc/ld.so.conf.d/000_cud
( echo '/usr/local/nvidia/lib'; echo '/usr/local/nvidia/lib64' ) >> /etc/ld.so.conf.d/nvidia.conf && \
ldconfig

ENV CUDA_HOME=/usr/local/cuda

###########################################
# Remainder of install as nonprivleged user

Expand Down

0 comments on commit 51b260c

Please sign in to comment.