Skip to content

Instantly share code, notes, and snippets.

@altbridgetech
Created November 16, 2020 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altbridgetech/7e181215136b163643e3861ea2b5d1b9 to your computer and use it in GitHub Desktop.
Save altbridgetech/7e181215136b163643e3861ea2b5d1b9 to your computer and use it in GitHub Desktop.
ubuntu@ip-xxx-xxx-xxx-xxx:~$ ls
Nvidia_Cloud_EULA.pdf src/
README tools/
TensorRT-7.1.3.4.Ubuntu-18.04.x86_64-gnu.cuda-11.0.cudnn8.0.tar.gz
ubuntu@ip-xxx-xxx-xxx-xxx:~$ tar xvf TensorRT-7.1.3.4.Ubuntu-18.04.x86_64-gnu.cuda-11.0.cudnn8.0.tar.gz
ubuntu@ip-xxx-xxx-xxx-xxx:~$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/ubuntu/TensorRT-7.1.3.4/lib
ubuntu@ip-xxx-xxx-xxx-xxx:~$ echo $LD_LIBRARY_PATH
/usr/local/cuda/lib64:/usr/local/lib:/usr/lib:/usr/local/cuda/extras/CUPTI/lib64:/opt/amazon/openmpi/lib:/usr/local/cuda/lib:/opt/amazon/efa/lib:/usr/local/mpi/lib::/home/ubuntu/TensorRT-7.1.3.4/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment