gvisor/benchmarks/workloads/tensorflow/BUILD

17 lines
241 B
Python

package(
default_visibility = ["//benchmarks:__subpackages__"],
licenses = ["notice"],
)
py_library(
name = "tensorflow",
srcs = ["__init__.py"],
)
filegroup(
name = "files",
srcs = [
"Dockerfile",
],
)