From 54f4c52d446c211f39e9ccfdec1dab45efa1e20d Mon Sep 17 00:00:00 2001
From: Xuan Gu <xuan.gu@liu.se>
Date: Wed, 27 Sep 2023 19:28:33 +0000
Subject: [PATCH] Update 2 files

- /build.txt
- /nnunet_for_pytorch.def
---
 build.txt              | 2 +-
 nnunet_for_pytorch.def | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.txt b/build.txt
index 4767274..26d71ae 100644
--- a/build.txt
+++ b/build.txt
@@ -1,4 +1,4 @@
-apptainer build containers/nvidia_pytorch:21.11-py3.sif  docker://nvcr.io/nvidia/pytorch:21.11-py3
+apptainer build containers/nvidia_pytorch_21.11-py3.sif  docker://nvcr.io/nvidia/pytorch:21.11-py3
 
 
 MODULE_NAME=nnunet_for_pytorch
diff --git a/nnunet_for_pytorch.def b/nnunet_for_pytorch.def
index 1c015b6..f580334 100644
--- a/nnunet_for_pytorch.def
+++ b/nnunet_for_pytorch.def
@@ -1,5 +1,5 @@
 Bootstrap: localimage
-From: /proj/nsc_testing/xuan/containers/nvidia_pytorch:21.11-py3.sif
+From: /proj/nsc_testing/xuan/containers/nvidia_pytorch_21.11-py3.sif
 
 
 %environment
-- 
GitLab