Skip to content

Commit

Permalink
Merge pull request #117 from jakirkham/add_cuda_path
Browse files Browse the repository at this point in the history
Add `CUDA_HOME` to the `PATH`
  • Loading branch information
jakirkham authored Oct 10, 2019
2 parents d3db054 + eb219c1 commit d457a35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux-anvil-cuda/entrypoint_source
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Add `CUDA_HOME` binaries to `PATH`.
export PATH="${PATH}:${CUDA_HOME}/bin"

# Activate the `base` conda environment.
conda activate base

0 comments on commit d457a35

Please sign in to comment.