blob: 364b682e9cb45318a2b071da43a8dd152c343dbc [file] [log] [blame]
# TODO(lekva): figure out how to build py_binary with pip dependencies and
# migrate off of shell script running docker build
sh_binary(
name = "container",
srcs = ["container.sh"],
data = glob(["*.py"]) + [
"Dockerfile",
"haarcascade_frontalface_default.xml",
],
deps = [
"@bazel_tools//tools/bash/runfiles",
],
)