aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docker/BUILD
blob: 849ba49f71994c3c188d8bc7751d9569c3ee73b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Description:
# Various tools and rules related to the TensorFlow docker container.

package(default_visibility = ["//visibility:private"])

licenses(["notice"])  # Apache 2.0

exports_files(["LICENSE"])

py_binary(
    name = "simple_console",
    srcs = ["simple_console.py"],
    srcs_version = "PY2AND3",
    deps = ["//tensorflow:tensorflow_py"],
)