Skip to content

Commit

Permalink
update through script - 2024-08-24 01:58:31
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Aug 23, 2024
1 parent 466134e commit ef9a54c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export PATH="$TURSO_PATH:$PATH"

# NVIDIA
export PATH="/usr/local/cuda-11.8/bin:$PATH"
export PATH="/usr/local/TensorRT-8.5.3.1/bin:$PATH"
export PATH="/usr/local/TensorRT-8.6.1.6/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/usr/local/TensorRT-8.5.3.1/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/usr/local/TensorRT-8.6.1.6/lib:$LD_LIBRARY_PATH"

# ~~~~~~~~~~~~~~~ NVM and Bash Completion ~~~~~~~~~~~~~~~~~~~~~~~~
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
Expand Down

0 comments on commit ef9a54c

Please sign in to comment.