diff --git a/README.md b/README.md
index 248db1a2f8fe4e135ef2d18326a6232cb74d83ca..62172f0b2d8160745157046349a8569e242aa4bd 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 .