From b518e9e7b7a57bf509d58f2d2703b64f9242a7a4 Mon Sep 17 00:00:00 2001 From: Romain Boman <romain.boman@gmail.com> Date: Sat, 24 Feb 2024 08:13:30 +0100 Subject: [PATCH] add cuda --- cfg/minitubes/cuda.profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cfg/minitubes/cuda.profile diff --git a/cfg/minitubes/cuda.profile b/cfg/minitubes/cuda.profile new file mode 100644 index 0000000..a3382d8 --- /dev/null +++ b/cfg/minitubes/cuda.profile @@ -0,0 +1,2 @@ +add2env PATH "/usr/local/cuda/bin" +add2env LD_LIBRARY_PATH "/usr/local/cuda/lib64" -- GitLab