Skip to content

Commit

Permalink
Merge pull request #1 from ucsd-ets/path
Browse files Browse the repository at this point in the history
Add nvcc to path
  • Loading branch information
dafeliton committed Jan 24, 2024
2 parents 8ab5413 + efd7184 commit 7acc9f2
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 7acc9f2

Please sign in to comment.