From 3cb728d3a0970e25e7f43d8d331ce48ae6f2c559 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Thu, 5 Jan 2023 14:09:20 +0100 Subject: [PATCH] cuda version --- .../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 2ce5c4ebd..4f562d388 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 @@ -20,7 +20,7 @@ builddependencies = [ ('LLVM', '14.0.3'), # for debugging with llvm-symbolizer, to be removed ] dependencies = [ - ('CUDA', '11.7.0', '', SYSTEM), + ('CUDA', '11.7', '', SYSTEM), ('cuDNN', '8.6.0.163', '-CUDA-%(cudaver)s', SYSTEM), ('NCCL', 'default', versionsuffix), ('Python', '3.10.4'), -- GitLab