Skip to content

Commit dd99bd4

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

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
@@ -44,6 +44,11 @@ new_local_repository(
4444
build_file = "@//third_party/cublas:BUILD",
4545
)
4646

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

0 commit comments

Comments
 (0)