From 5756d9a0488dd6a86772bd94fa1a1c8248d4f6f8 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Wed, 27 Sep 2023 19:34:40 +0000 Subject: [PATCH] Update file build.txt --- PyTorch/Segmentation/nnUNet/build.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PyTorch/Segmentation/nnUNet/build.txt diff --git a/PyTorch/Segmentation/nnUNet/build.txt b/PyTorch/Segmentation/nnUNet/build.txt new file mode 100644 index 0000000..26d71ae --- /dev/null +++ b/PyTorch/Segmentation/nnUNet/build.txt @@ -0,0 +1,8 @@ +apptainer build containers/nvidia_pytorch_21.11-py3.sif docker://nvcr.io/nvidia/pytorch:21.11-py3 + + +MODULE_NAME=nnunet_for_pytorch +MODULE_VERSION=21.11.0 +gotesting +apptainer build ./containers/${MODULE_NAME}_${MODULE_VERSION}.sif ./berzelius-benchmarks/${MODULE_NAME}.def + -- GitLab