File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 2828 sudo apt-get update
2929 sudo apt-get install libcudnn8=8.2.1.*-1+cuda11.3
3030 sudo apt-get install libcudnn8-dev=8.2.1.*-1+cuda11.3
31+
32+ sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/{OS}/x86_64/3bf863cc.pub
33+ sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/ /"
34+ sudo apt-get update
35+ v=8.2.4-1+cuda11.4
36+ sudo apt-get install libnvinfer8=${v} libnvonnxparsers8=${v} libnvparsers8=${v} libnvinfer-plugin8=${v} libnvinfer-dev=${v} libnvonnxparsers-dev=${v} libnvparsers-dev=${v} libnvinfer-plugin-dev=${v} python3-libnvinfer=${v}
37+ # check available version, apt list libnvinfer8 -a
38+
3139 - run :
3240 name : set up environment
3341 command : |
You can’t perform that action at this time.
0 commit comments