systemlibs: unbundle keras_applications
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
566923394a
commit
900762cd4b
13
third_party/keras_applications_archive/BUILD.system
vendored
Normal file
13
third_party/keras_applications_archive/BUILD.system
vendored
Normal 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"],
|
||||
)
|
@ -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",
|
||||
)
|
||||
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -26,6 +26,7 @@ VALID_LIBS = [
|
||||
"icu",
|
||||
"jpeg",
|
||||
"jsoncpp_git",
|
||||
"keras_applications_archive",
|
||||
"lmdb",
|
||||
"nasm",
|
||||
"nsync",
|
||||
|
Loading…
Reference in New Issue
Block a user