From efe553e99df72c4054c551e0d870ed1dc5eb0585 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuagu37@gmail.com> Date: Thu, 6 Oct 2022 15:02:08 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 248db1a..62172f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Benchmark_nnU-Net_for_PyTorch Benchmark of nnU-Net for PyTorch on Berzelius + +# Clone the repository. +git clone https://github.com/NVIDIA/DeepLearningExamples +cd ngc/DeepLearningExamples/PyTorch/Segmentation/nnUNet + +# Build the nnU-Net PyTorch NGC container. +docker build -t nnunet . -- GitLab