Fix the mirror package path.

This commit is contained in:
Penporn Koanantakool 2021-04-06 12:54:45 -07:00
parent d361ef99b2
commit 99ef304f77

View File

@ -183,7 +183,7 @@ def _tf_repositories():
sha256 = "4d655c0751ee6439584ef5e3d465953fe0c2f4ee2700bc02699bdc1d1572af0d",
strip_prefix = "oneDNN-2.2",
urls = [
"https://storage.googleapis.com/mirror.tensorflow.org/https://github.com/oneapi-src/oneDNN/archive/v2.2.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/oneapi-src/oneDNN/archive/v2.2.tar.gz",
"https://github.com/oneapi-src/oneDNN/archive/v2.2.tar.gz",
],
)