Skip to content

Commit 6eba01e

Browse files
committed
(//docker): Fixing WORKSPACE.docs for CI
Signed-off-by: Anurag Dixit <[email protected]>
1 parent ba9f730 commit 6eba01e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/WORKSPACE.docs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ new_local_repository(
4545
build_file = "@//third_party/cublas:BUILD",
4646
)
4747

48+
local_repository(
49+
name = "torch_tensorrt",
50+
path = "/usr/local/lib/python3.8/dist-packages/torch_tensorrt"
51+
)
52+
4853
#############################################################################################################
4954
# Tarballs and fetched dependencies (default - use in cases when building from precompiled bin and tarballs)
5055
#############################################################################################################

0 commit comments

Comments
 (0)