Skip to content

Commit 736460b

Browse files
author
Wei
committed
Updated config.yml
1 parent 1d32a3e commit 736460b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ jobs:
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: |

0 commit comments

Comments
 (0)