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

Update file README.md

parent f74f58e4
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ cd ~/DeepLearningExamples/nnunet_for_pytorch_$VERSION/ ...@@ -13,6 +13,7 @@ cd ~/DeepLearningExamples/nnunet_for_pytorch_$VERSION/
``` ```
- Build the nnU-Net PyTorch Docker container - Build the nnU-Net PyTorch Docker container
Change the pytorch-lightning version to 1.5.10 to avoid the `from torchmetrics.utilities.data import get_num_classes as _get_num_classes` error. Change the pytorch-lightning version to 1.5.10 to avoid the `from torchmetrics.utilities.data import get_num_classes as _get_num_classes` error.
Add `ENV PYTHONNOUSERSITE=True` to the `Dockerfile` to disable the user packages. Add `ENV PYTHONNOUSERSITE=True` to the `Dockerfile` to disable the user packages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment