Skip to content

Commit ec0b309

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- checkout
1717
- run:
18-
name: set up cudnn
18+
name: install cudnn + tensorrt
1919
command: |
2020
cd ~
2121
OS=ubuntu2004
@@ -35,7 +35,7 @@ jobs:
3535
v=8.2.4-1+cuda11.4
3636
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}
3737
# check available version, apt list libnvinfer8 -a
38-
38+
3939
- run:
4040
name: set up environment
4141
command: |

0 commit comments

Comments
 (0)