Skip to content

Commit

Permalink
update through script - 2024-09-08 11:26:48
Browse files Browse the repository at this point in the history
  • Loading branch information
oasido committed Sep 8, 2024
1 parent d12619c commit a684122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export PATH="$TURSO_PATH:$PATH"
# NVIDIA
export PATH="/usr/local/cuda-11.8/bin:$PATH"
export PATH="/usr/local/TensorRT-8.6.1.6/bin:$PATH"
export PATH="/usr/local/TensorRT-8.6.1.6/python/venv/lib/python3.11/site-packages/onnxruntime/capi:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-11.8/lib64:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/usr/local/TensorRT-8.6.1.6/lib:$LD_LIBRARY_PATH"

Expand Down Expand Up @@ -207,6 +208,3 @@ case ":$PATH:" in
esac
# pnpm end

### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/home/oasido/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[user]
name = oasido
email = asido.ofek@gmail.com
[init]
defaultBranch = main

0 comments on commit a684122

Please sign in to comment.