Skip to content

Commit

Permalink
Add nvcc to path
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton authored Jan 24, 2024
1 parent 8ab5413 commit efd7184
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 @@ -46,6 +46,8 @@ RUN echo '/usr/local/cuda/targets/x86_64-linux/lib' >> /etc/ld.so.conf.d/000_cud

ENV CUDA_HOME=/usr/local/cuda

ENV PATH="${CUDA_HOME}/bin:${PATH}"

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

Expand Down

0 comments on commit efd7184

Please sign in to comment.