diff --git a/Golden_Repo/p/PyTorch-Geometric/PyTorch-Geometric-2.1.0-foss-2022a-PyTorch-1.12.1-CUDA-11.7.eb b/Golden_Repo/p/PyTorch-Geometric/PyTorch-Geometric-2.1.0-foss-2022a-PyTorch-1.12.1-CUDA-11.7.eb
index b8e62b72cb44515f5918896c717ae2948aa54e8f..a0288203743b7ded763d805b5d3d0718a71d5521 100644
--- a/Golden_Repo/p/PyTorch-Geometric/PyTorch-Geometric-2.1.0-foss-2022a-PyTorch-1.12.1-CUDA-11.7.eb
+++ b/Golden_Repo/p/PyTorch-Geometric/PyTorch-Geometric-2.1.0-foss-2022a-PyTorch-1.12.1-CUDA-11.7.eb
@@ -1,5 +1,6 @@
 easyblock = 'PythonBundle'
 
+
 name = 'PyTorch-Geometric'
 version = '2.1.0'
 local_pytorchver = '1.12.0'
@@ -14,8 +15,8 @@ dependencies = [
     ('Python', '3.10.4'),
     ('CUDA', '11.7', '', SYSTEM),
     ('PyTorch', local_pytorchver, '-CUDA-%(cudaver)s'),
-    ('scikit-learn', '1.1.2'),
-    ('scikit-image', '0.19.3'),
+    ('scikit-learn', '1.1.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
+    ('scikit-image', '0.19.3', '', ('gcccoremkl', '11.3.0-2022.1.0')),
     ('numba', '0.56.4', '-CUDA-%(cudaver)s'),
     ('h5py', '3.7.0'),
     ('tqdm', '4.64.0'),
@@ -26,6 +27,11 @@ dependencies = [
 
 use_pip = True
 
+# This easyblock NEED to be installed from a compute node with gpu,
+# see https://github.com/easybuilders/easybuild-easyconfigs/issues/18274
+# This here is needed, but not enough:
+preinstallopts = "FORCE_CUDA=1"
+
 exts_list = [
     ('googledrivedownloader', '0.4', {
         'modulename': 'google_drive_downloader',