Update tensorflow windows RBE container.

- It has temp directories already created.
- It has clang installed.

PiperOrigin-RevId: 295015334
Change-Id: Id64906181b9ac2924a15c6d74eda44c4edee38dd
This commit is contained in:
Gunhan Gulsoy 2020-02-13 15:32:55 -08:00 committed by TensorFlower Gardener
parent f1ba5e8a5e
commit 3d5d9b37b7

View File

@ -15,7 +15,7 @@ platform(
"@bazel_tools//platforms:windows",
],
exec_properties = {
"container-image": "docker://gcr.io/tensorflow-testing/tf-win-rbe@sha256:f109576c7c0c8a1783ff22b666e8923b52dbbe7933f69a1c7a7275202c304a12",
"container-image": "docker://gcr.io/tensorflow-testing/tf-win-rbe@sha256:484be79f239e9d2eac7c388d7717b8f6f57affaf76d83609a2c70821b34ceefb",
"OSFamily": "Windows",
},
)