Fix Ubuntu Sanity

This commit is contained in:
Vo Van Nghia 2020-05-05 08:09:56 +07:00
parent 015150ee68
commit 24fafc0924
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ cc_library(
], ],
deps = select({ deps = select({
"@org_tensorflow//tensorflow:windows": [ "@org_tensorflow//tensorflow:windows": [
"//tensorflow/core/platform:retrying_file_system" "//tensorflow/core/platform:retrying_file_system",
], ],
"//conditions:default": [], "//conditions:default": [],
}) + [ }) + [