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

Update 2 files

- /PyTorch/Segmentation/nnUNet/build.txt
- /PyTorch/Segmentation/nnUNet/nnunet_for_pytorch_21.11.0.def
parent 7aef9cc3
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ gotesting
MODULE_NAME=nnunet_for_pytorch
MODULE_VERSION=21.11.0
apptainer build ./containers/${MODULE_NAME}_${MODULE_VERSION}.sif ./berzelius-benchmarks/PyTorch/Segmentation/nnUNet/${MODULE_NAME}.def
apptainer build ./containers/${MODULE_NAME}_${MODULE_VERSION}.sif ./berzelius-benchmarks/PyTorch/Segmentation/nnUNet/${MODULE_NAME}_${MODULE_VERSION}.def
WORK_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/PyTorch/Segmentation/nnUNet
......
......@@ -18,19 +18,10 @@ unzip nnunet_for_pytorch_21.11.0.zip
# Fix for https://github.com/NVIDIA/DeepLearningExamples/issues/1113
#sed 's/pytorch-lightning==1.3.8/pytorch-lightning==1.5.10/g' requirements.txt > temp_file && mv temp_file requirements.txt
#pip install --disable-pip-version-check -r requirements.txt
#pip install monai==0.8.0 --no-dependencies
#pip uninstall -y torchtext
conda install -y nibabel==3.2.1 \
joblib==1.0.1 \
pytorch-lightning==1.3.8 \
scikit-learn==1.0 \
scikit-image==0.18.3 \
pynvml==11.0.0 \
monai==0.8.0
conda remove -y torchtext
pip install --disable-pip-version-check -r requirements.txt
pip install monai==0.8.0 --no-dependencies
pip uninstall -y torchtext torchmetrics
pip install torchmetrics==0.6.0
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -qq awscliv2.zip
......
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