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