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

Update file README.md

parent a95686d5
No related branches found
No related tags found
No related merge requests found
......@@ -47,13 +47,12 @@ apptainer exec --nv -B ${PWD}/data:/data -B ${PWD}/results:/results --nv nvidia_
apptainer exec --nv -B ${PWD}/data:/data -B ${PWD}/results:/results --nv nvidia_nnu-net_for_pytorch_$VERSION.sif cd /workspace/nnunet_pyt && python preprocess.py --task 01 --dim 2
```
<!--
With Enroot
<!-- With Enroot
```
enroot import 'docker://berzeliushub/nvidia_nnu-net_for_pytorch:$VERSION'
enroot create --name nnunet berzeliushub+nvidia_nnu-net_for_pytorch+$VERSION.sqsh
enroot start --rw --mount ${PWD}/data:/data --mount ${PWD}/results:/results nnunet cd /workspace/nnunet_pyt && python download.py --task 01 && python preprocess.py --task 01 --dim 2" -->
```
- Submit the job to Berzelius
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment