From 29491f9ea3be9575d8583fb6a9f30b303a0c3ca2 Mon Sep 17 00:00:00 2001
From: Alexandre Strube <a.strube@fz-juelich.de>
Date: Thu, 5 Jan 2023 14:07:13 +0100
Subject: [PATCH] cuDNN

---
 .../t/TensorFlow/TensorFlow-2.9.1-foss-2022a-CUDA-11.7.eb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Golden_Repo/t/TensorFlow/TensorFlow-2.9.1-foss-2022a-CUDA-11.7.eb b/Golden_Repo/t/TensorFlow/TensorFlow-2.9.1-foss-2022a-CUDA-11.7.eb
index 751fe38e9..2ce5c4ebd 100644
--- a/Golden_Repo/t/TensorFlow/TensorFlow-2.9.1-foss-2022a-CUDA-11.7.eb
+++ b/Golden_Repo/t/TensorFlow/TensorFlow-2.9.1-foss-2022a-CUDA-11.7.eb
@@ -21,7 +21,7 @@ builddependencies = [
 ]
 dependencies = [
     ('CUDA', '11.7.0', '', SYSTEM),
-    ('cuDNN', '8.6.0.163', versionsuffix, SYSTEM),
+    ('cuDNN', '8.6.0.163', '-CUDA-%(cudaver)s', SYSTEM),
     ('NCCL', 'default', versionsuffix),
     ('Python', '3.10.4'),
     ('h5py', '3.7.0'),
-- 
GitLab