Skip to content
Snippets Groups Projects
Commit 7c28d77b authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent 001e3c61
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,10 @@ See [NVIDIA Deep Learning Examples](https://catalog.ngc.nvidia.com/orgs/nvidia/r
### On local computer
- Clone the repository
```
cd /samsung1t/ngc
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
mkdir /samsung1t/ngc/nnunet_for_pytorch_21.11.0
unzip /tmp/nnunet_for_pytorch_21.11.0.zip -d /samsung1t/ngc/nnunet_for_pytorch_21.11.0/
cd /samsung1t/ngc/nnunet_for_pytorch_21.11.0/
```
- Build the nnU-Net PyTorch NGC container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment