Skip to content

Commit

Permalink
Remove @io_bazel_rules_docker dependencies, we no longer use them.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 318212634
Change-Id: Iada36cd6cf549b4c615be29b76803637de36d5de
  • Loading branch information
chsigg authored and tensorflower-gardener committed Jun 25, 2020
1 parent 09d0ef7 commit 6a60714
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
12 changes: 0 additions & 12 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,6 @@ load(

bazel_toolchains_repositories()

load(
"@io_bazel_rules_docker//repositories:repositories.bzl",
container_repositories = "repositories",
)

container_repositories()

load("//third_party/toolchains/preconfig/generate:workspace.bzl",
"remote_config_workspace")

remote_config_workspace()

# Use `swift_rules_dependencies` to fetch the toolchains. With the
# `git_repository` rules above, the following call will skip redefining them.
load("@build_bazel_rules_swift//swift:repositories.bzl", "swift_rules_dependencies")
Expand Down
1 change: 0 additions & 1 deletion tensorflow/opensource_only.files
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ tensorflow/third_party/toolchains/preconfig/generate/BUILD
tensorflow/third_party/toolchains/preconfig/generate/archives.bzl
tensorflow/third_party/toolchains/preconfig/generate/containers.bzl
tensorflow/third_party/toolchains/preconfig/generate/generate.bzl
tensorflow/third_party/toolchains/preconfig/generate/workspace.bzl
tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang/BUILD
tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang/cc_toolchain_config.bzl
tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang/dummy_toolchain.bzl
Expand Down
77 changes: 0 additions & 77 deletions third_party/toolchains/preconfig/generate/workspace.bzl

This file was deleted.

0 comments on commit 6a60714

Please sign in to comment.