From dc60983679c824896518fbd0de55526c4e081dce Mon Sep 17 00:00:00 2001 From: Olamide Isreal Date: Thu, 19 Mar 2026 11:59:02 +0100 Subject: [PATCH] Force CPU mode by unsetting CUDA_VISIBLE_DEVICES --- main.nf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.nf b/main.nf index 6eacc09..6acbe37 100644 --- a/main.nf +++ b/main.nf @@ -43,6 +43,7 @@ process LIGANDMPNN { } """ + export CUDA_VISIBLE_DEVICES="" mkdir -p ${pdb.simpleName}/seqs ${pdb.simpleName}/backbones ${pdb.simpleName}/packed ligandmpnn \\