diff --git a/third_party/cudnn/local/BUILD b/third_party/cudnn/local/BUILD index 8c3983731b..6332213822 100644 --- a/third_party/cudnn/local/BUILD +++ b/third_party/cudnn/local/BUILD @@ -26,7 +26,7 @@ cc_import( name = "cudnn_lib", shared_library = select({ ":aarch64_linux": "lib/aarch64-linux-gnu/libcudnn.so", - ":windows": glob(["bin/cudnn64_*.dll"])[0], + ":windows": "bin/cudnn64_7.dll", #Need to configure specific version for windows "//conditions:default": "lib/x86_64-linux-gnu/libcudnn.so", }), visibility = ["//visibility:private"], diff --git a/third_party/tensorrt/local/BUILD b/third_party/tensorrt/local/BUILD index e512a36f22..3a9b8b2710 100644 --- a/third_party/tensorrt/local/BUILD +++ b/third_party/tensorrt/local/BUILD @@ -72,7 +72,6 @@ cc_import( cc_library( name = "nvinfer", - srcs = select({ ":windows": [ "lib/nvinfer.lib" ] }), deps = [ "nvinfer_headers", "nvinfer_lib",