From fde316cc5bd0b60920f334a70f1162816cd530c5 Mon Sep 17 00:00:00 2001 From: Alexandru Gherghescu <gherghescu_alex1@yahoo.ro> Date: Mon, 2 Oct 2023 18:45:18 +0300 Subject: [PATCH] Mention Nvidia driver being installed on cluster --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2ce6f7..f395ab0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Steps: ### On the UPB cluster (fep) Steps: +0. The Nvidia Container Toolkit is already installed on the cluster, so skip + that. 1. Log in to fep (`ssh <username>@fep.grid.pub.ro`). 2. Get a bash shell into a partition with a GPU (`srun -p xl --gres gpu:tesla_p100:1 --mem=40G --pty bash`). -- GitLab