Skip to content

Commit

Permalink
Merge pull request #76 from tensorflow/fix-sigbuild-macro-name
Browse files Browse the repository at this point in the history
Fix RBE config: container enumeration
  • Loading branch information
mihaimaruseac authored Feb 8, 2022
2 parents 238d945 + 0199bf6 commit 044910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/remote_config/rbe_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ tensorflow_local_config = _tensorflow_local_config
# These containers do not support ROCm and all have CUDA, so configuration is
# very straightforward.
def sigbuild_tf_configs(name_container_map, env):
for name, container in name_container_map:
for name, container in name_container_map.items():
exec_properties = {
"container-image": container,
"Pool": "default",
Expand Down

0 comments on commit 044910c

Please sign in to comment.