Skip to content

Commit

Permalink
fix: remove bin and samples to keep backward compatibility (autowaref…
Browse files Browse the repository at this point in the history
  • Loading branch information
wep21 authored Aug 19, 2022
1 parent e108b8f commit b1e2f6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ansible/roles/tensorrt/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
- libnvinfer-plugin8={{ tensorrt_version }}
- libnvparsers8={{ tensorrt_version }}
- libnvonnxparsers8={{ tensorrt_version }}
- libnvinfer-bin={{ tensorrt_version }}
- libnvinfer-dev={{ tensorrt_version }}
- libnvinfer-plugin-dev={{ tensorrt_version }}
- libnvparsers-dev={{ tensorrt_version }}
- libnvonnxparsers-dev={{ tensorrt_version }}
- libnvinfer-samples={{ tensorrt_version }}
allow_downgrade: true
update_cache: true

Expand All @@ -30,9 +28,7 @@
- libnvinfer-plugin8
- libnvparsers8
- libnvonnxparsers8
- libnvinfer-bin
- libnvinfer-dev
- libnvinfer-plugin-dev
- libnvparsers-dev
- libnvonnxparsers-dev
- libnvinfer-samples

0 comments on commit b1e2f6e

Please sign in to comment.