Update the SHA1 for RBE images

Without it, we're still using cuDNN 8.0.0

PiperOrigin-RevId: 336762900
Change-Id: I8b0aae871be1e2b9b8021704dc8e965e470c4ec5
This commit is contained in:
Sanjoy Das 2020-10-12 15:58:12 -07:00 committed by TensorFlower Gardener
parent eaf3414095
commit d4461a52e4
2 changed files with 2 additions and 1 deletions

View File

@ -3413,6 +3413,7 @@ cuda_py_test(
size = "medium",
srcs = ["conv_ops_3d_test.py"],
shard_count = 30,
tags = ["no_cuda11"],
tfrt_enabled = True,
deps = [
"//tensorflow/python:client_testlib",

View File

@ -11,7 +11,7 @@ container_digests = {
"cuda10.1-cudnn7-ubuntu16.04-manylinux2010": "sha256:5e6d21c8ef226316eb6df5e2e6015244c16a8e5d936b52a09820442d2f8a919f",
"cuda10.1-cudnn7-ubuntu16.04-manylinux2010-multipython": "sha256:3f890a951c81a201d60d0161a56ce628a90323be0c7f795550caa37f6f41a85c",
"cuda10.1-cudnn7-ubuntu18.04-manylinux2010-multipython": "sha256:bd7666d1ef49b2b2e2a64981f1c9234deeccdb0d5198b30ff4289c3dfcffedbf",
"cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython": "sha256:b52edb4e35c780334ba417b008927722ae668847715a1624e9b2984e99c05338",
"cuda11.0-cudnn8-ubuntu18.04-manylinux2010-multipython": "sha256:f436545b7e14b014393b42975923dcd01f408496b1399abb5a35608f888ca140",
"rocm-ubuntu18.04-manylinux2010-multipython": "sha256:8c6ba5a831c23906716cc9e9c201081f2b5632e3bf3cbc0207da0ddbef18d525",
"windows-1803": "sha256:f109576c7c0c8a1783ff22b666e8923b52dbbe7933f69a1c7a7275202c304a12",
}