Skip to content

Commit 2ace0e3

Browse files
committed
chore: minor update
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent bd7f616 commit 2ace0e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,9 @@ jobs:
735735
- create-py-env:
736736
trt-version-long: << parameters.trt-version-long >>
737737
- install-cudnn
738-
- run:
739-
name: "Set LD_LIBRARY_PATH path to include the installed CUDNN"
740-
command: export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
738+
# - run:
739+
# name: "Set LD_LIBRARY_PATH path to include the installed CUDNN"
740+
# command: export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
741741
- run:
742742
name: "Install torch-tensorrt"
743743
command: pip3 install --pre /tmp/dist/x86_64-linux/*

0 commit comments

Comments
 (0)