From 001e3c6148118b347c51beb0d4680105f53eb248 Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Tue, 21 Mar 2023 15:36:58 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 980a4d1..5b170db 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ See [NVIDIA Deep Learning Examples](https://catalog.ngc.nvidia.com/orgs/nvidia/r
 - Clone the repository  
 ```
 cd /samsung1t/ngc
-git clone https://github.com/NVIDIA/DeepLearningExamples
-cd DeepLearningExamples/PyTorch/Segmentation/nnUNet
+wget --content-disposition https://api.ngc.nvidia.com/v2/resources/nvidia/nnunet_for_pytorch/versions/21.11.0/zip -O /tmp/nnunet_for_pytorch_21.11.0.zip
+mkdir nnunet_for_pytorch_21.11.0
+unzip /tmp/nnunet_for_pytorch_21.11.0.zip -d nnunet_for_pytorch_21.11.0/ 
+cd nnunet_for_pytorch_21.11.0
 ```
 
 - Build the nnU-Net PyTorch NGC container
-- 
GitLab