Skip to content

Commit

Permalink
chore : Fix dockerfile paths
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>
  • Loading branch information
peri044 committed Oct 18, 2021
1 parent 45a16c5 commit e847abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/WORKSPACE.cu.docker
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ git_repository(
# This is currently used in pytorch NGC container CI testing.
local_repository(
name = "trtorch",
path = "/opt/pytorch/trtorch"
path = "/opt/conda/lib/python3.8/site-packages/trtorch"
)

# CUDA should be installed on the system locally

0 comments on commit e847abd

Please sign in to comment.