From 97f3a4a5aacd0f36ae931cefb835553c87f577a1 Mon Sep 17 00:00:00 2001 From: Xuan Gu <xuan.gu@liu.se> Date: Fri, 13 Oct 2023 17:34:06 +0000 Subject: [PATCH] Update file nnunet_for_pytorch_latest.def --- .../PyTorch/Segmentation/nnUNet/nnunet_for_pytorch_latest.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/nnunet_for_pytorch_latest.def b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/nnunet_for_pytorch_latest.def index c98805d..9632109 100644 --- a/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/nnunet_for_pytorch_latest.def +++ b/NVIDIA/DeepLearningExamples/PyTorch/Segmentation/nnUNet/nnunet_for_pytorch_latest.def @@ -19,7 +19,7 @@ rm -rf DeepLearningExamples pip install --disable-pip-version-check -r requirements.txt pip install monai==1.0.0 --no-dependencies -pip pip install numpy --upgrade +pip install numpy --upgrade curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip -qq awscliv2.zip -- GitLab