From bb505d5def3b92bfbee22fe457ebdb867a307646 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Tue, 6 Dec 2022 09:27:56 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83ed9cc..51648c7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Please read Enroot's [github page](https://github.com/NVIDIA/enroot) for more in ## Install enroot +**Enroot has been installed on Berzelius. You can skip this step if you plan to use it on Berzeliu**. + - For Debian-based distributions ``` arch=$(dpkg --print-architecture) @@ -16,10 +18,9 @@ sudo apt install -y ./*.deb - For others, see [here](https://github.com/NVIDIA/enroot/blob/master/doc/installation.md) -Plese note that enroot has been installed on Berzelius. You can skip this installation step if you plan to use it on Berzeliu. - ## Set up Nvidia credentials -This step is necessary for importing container images from Nvidia NGC. + +This step is necessary for importing container images from [Nvidia NGC](https://catalog.ngc.nvidia.com/containers). - Complete step [4.1](https://docs.nvidia.com/ngc/ngc-overview/index.html#account-signup) and [4.3](https://docs.nvidia.com/ngc/ngc-overview/index.html#generating-api-key). Save the API key. -- GitLab