diff --git a/third_party/tensorrt/tensorrt_configure.bzl b/third_party/tensorrt/tensorrt_configure.bzl index 6bd71049248..9c980a92cf8 100644 --- a/third_party/tensorrt/tensorrt_configure.bzl +++ b/third_party/tensorrt/tensorrt_configure.bzl @@ -75,7 +75,7 @@ def _create_dummy_repository(repository_ctx): # Copy license file in non-remote build. repository_ctx.template( "LICENSE", - Label("@org_tensorflow//third_party/tensorrt:LICENSE"), + Label("//third_party/tensorrt:LICENSE"), {}, ) @@ -136,7 +136,7 @@ def _create_local_tensorrt_repository(repository_ctx): # Copy license file in non-remote build. repository_ctx.template( "LICENSE", - Label("@org_tensorflow//third_party/tensorrt:LICENSE"), + Label("//third_party/tensorrt:LICENSE"), {}, )