From 35faff4d5dc2a4c073170930533ad20dc5dc4183 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Wed, 11 Oct 2023 15:55:37 +0000 Subject: [PATCH] Update file build.txt --- .../image_segmentation/pytorch/build.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 MLPerf/training/image_segmentation/pytorch/build.txt diff --git a/MLPerf/training/image_segmentation/pytorch/build.txt b/MLPerf/training/image_segmentation/pytorch/build.txt new file mode 100644 index 0000000..1a679da --- /dev/null +++ b/MLPerf/training/image_segmentation/pytorch/build.txt @@ -0,0 +1,16 @@ +https://catalog.ngc.nvidia.com/orgs/nvidia/resources/nnunet_for_pytorch/quick-start-guide + +apptainer build containers/nvidia_pytorch_21.11-py3.sif docker://nvcr.io/nvidia/pytorch:21.11-py3 + +export APPTAINER_BINDPATH= + +MODULE_NAME=nnunet_for_pytorch +MODULE_VERSION=21.11.0 +CONTAINER_DIR=/proj/nsc_testing/xuan/containers/${MODULE_NAME}_${MODULE_VERSION}.sif +DEF_DIR=/proj/nsc_testing/xuan/berzelius-benchmarks/PyTorch/Segmentation/nnUNet/${MODULE_NAME}_${MODULE_VERSION}.def + +apptainer build $CONTAINER_DIR $DEF_DIR + + +# Known issue +https://github.com/NVIDIA/DeepLearningExamples/issues/1113 -- GitLab