diff --git a/Golden_Repo/c/Clang/Clang-13.0.1-GCCcore-11.2.0.eb b/Golden_Repo/c/Clang/Clang-13.0.1-GCCcore-11.2.0.eb
index 135209dc002389aac79d8516ce323b6ca860eb65..f76552024f94a72634f27a96792eca7e3f2e0849 100644
--- a/Golden_Repo/c/Clang/Clang-13.0.1-GCCcore-11.2.0.eb
+++ b/Golden_Repo/c/Clang/Clang-13.0.1-GCCcore-11.2.0.eb
@@ -82,7 +82,8 @@ default_cuda_capability = {
     'juwelsbooster': '8.0',
     'jurecadc': '8.0',
     'jusuf': '7.0',
-    'hdfml': '7.0'
+    'hdfml': '7.0',
+    'deep': '7.0',
 }[local_os.environ['SYSTEMNAME']]
 
 configopts = '-DLIBOMP_INSTALL_ALIASES=OFF'
diff --git a/Overlays/hdfml_overlay/n/nvidia-driver/nvidia-driver-default.eb b/Overlays/hdfml_overlay/n/nvidia-driver/nvidia-driver-default.eb
deleted file mode 100644
index 6b3e27988515e255df47ee24a45b96848865a2ee..0000000000000000000000000000000000000000
--- a/Overlays/hdfml_overlay/n/nvidia-driver/nvidia-driver-default.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-name = 'nvidia-driver'
-version = 'default'
-realversion = '470.82.01'
-
-homepage = 'https://developer.nvidia.com/cuda-toolkit'
-description = """This is a set of libraries normally installed by the NVIDIA driver installer."""
-
-site_contacts = 'sc@fz-juelich.de'
-
-toolchain = SYSTEM
-
-source_urls = ['http://us.download.nvidia.com/tesla/%s/' % realversion]
-sources = ['NVIDIA-Linux-x86_64-%s.run' % realversion]
-checksums = ['ad78fc2b29b8f498015277e30ae42530b61fecc298706bc0e9c193ee5e9c0660']
-
-# To avoid conflicts between NVML and the kernel driver
-postinstallcmds = ['rm %(installdir)s/lib64/libnvidia-ml.so*']
-
-modluafooter = '''
-add_property("arch","gpu")
-'''
-
-moduleclass = 'system'