Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 705712 | Differences between
and this patch

Collapse All | Expand All

(-)a/WORKSPACE (-1 / +9 lines)
Lines 12-17 http_archive( Link Here
12
    ],
12
    ],
13
)
13
)
14
14
15
http_archive(
16
    name = "io_bazel_rules_docker",
17
    sha256 = "7d453450e1eb70e238eea6b31f4115607ec1200e91afea01c25f9804f37e39c8",
18
    strip_prefix = "rules_docker-0.10.0",
19
    urls = [
20
        "https://github.com/bazelbuild/rules_docker/releases/download/v0.10.0/rules_docker-v0.10.0.tar.gz",
21
    ],
22
)
23
15
# Load tf_repositories() before loading dependencies for other repository so
24
# Load tf_repositories() before loading dependencies for other repository so
16
# that dependencies like com_google_protobuf won't be overridden.
25
# that dependencies like com_google_protobuf won't be overridden.
17
load("//tensorflow:workspace.bzl", "tf_repositories")
26
load("//tensorflow:workspace.bzl", "tf_repositories")
18
- 

Return to bug 705712