Skip to content

Commit e847abd

Browse files
committed
chore : Fix dockerfile paths
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 45a16c5 commit e847abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/WORKSPACE.cu.docker

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git_repository(
3333
# This is currently used in pytorch NGC container CI testing.
3434
local_repository(
3535
name = "trtorch",
36-
path = "/opt/pytorch/trtorch"
36+
path = "/opt/conda/lib/python3.8/site-packages/trtorch"
3737
)
3838

3939
# CUDA should be installed on the system locally

0 commit comments

Comments
 (0)