Skip to content

Commit

Permalink
Attempt to fix tensorrt as well, locations changed with 8.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Mar 3, 2024
1 parent f3a3fa9 commit 04b87c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/scipy-ml-notebook/tensorrt_env_vars.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

# put tensorrt lib into LD_LIBRARY_PATH
export LD_LIBRARY_PATH="/opt/conda/lib/python3.11/site-packages/tensorrt:$LD_LIBRARY_PATH"
#export LD_LIBRARY_PATH="/opt/conda/lib/python3.11/site-packages/tensorrt:$LD_LIBRARY_PATH"
# tensorrt 8.6+?
export LD_LIBRARY_PATH="/opt/conda/lib/python3.11/site-packages/tensorrt_libs:$LD_LIBRARY_PATH"

0 comments on commit 04b87c5

Please sign in to comment.