Skip to content

Commit

Permalink
chore: Add trtorch external dependency option in the dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Peri <[email protected]>
  • Loading branch information
peri044 committed Oct 15, 2021
1 parent b5c324a commit 4807d8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/WORKSPACE.cu.docker
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ git_repository(
shallow_since = "1570114335 -0400"
)

# External dependency for trtorch if you already have precompiled binaries.
# This is currently used in pytorch NGC container CI testing.
local_repository(
name = "trtorch",
path = "/opt/pytorch/trtorch"
)

# CUDA should be installed on the system locally
new_local_repository(
name = "cuda",
Expand Down

0 comments on commit 4807d8d

Please sign in to comment.