systemlibs: unbundle keras_applications

Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
Jason Zaman 2018-11-28 15:35:29 +08:00
parent 566923394a
commit 900762cd4b
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Description: Keras Applications: set of pre-trained deep learning models.
licenses(["notice"]) # MIT
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "keras_applications",
visibility = ["//visibility:public"],
)

View File

@ -12,4 +12,5 @@ def repo():
"https://github.com/keras-team/keras-applications/archive/1.0.6.tar.gz",
],
build_file = "//third_party/keras_applications_archive:BUILD.bazel",
system_build_file = "//third_party/keras_applications_archive:BUILD.system",
)

View File

@ -26,6 +26,7 @@ VALID_LIBS = [
"icu",
"jpeg",
"jsoncpp_git",
"keras_applications_archive",
"lmdb",
"nasm",
"nsync",