Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Install TensorRT. Requires that libcudnn7 is installed above.
  2. sudo apt-get update && \
  3. && sudo apt-get install -y --no-install-recommends libnvinfer-dev=5.1.5-1+cuda10.0
  4.  
  5. # full clean cuda & cudnn
  6. sudo apt-get autoremove --purge cuda-10-0
  7. sudo apt-get autoremove --purge libcudnn7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement