Skip to content

Commit c592611

Browse files
committed
Correct typos
1 parent 7829cfe commit c592611

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/apps/deply_app_on_aarch64_interim.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ An interim solution is therefore provided to containerize and deploy a MONAI Dep
1919

2020
## Steps
2121
### Create the MONAI Deploy Application
22-
For general guidance on how to build an deploy application using MONAI Deploy App SDK, and test it on x86 with the Packager and Runner, plesae refer [Developing with SDK](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/developing_with_sdk/index.html).
22+
For general guidance on how to build a deploy application using MONAI Deploy App SDK, and test it on x86 with the Packager and Runner, please refer to [Developing with SDK](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/developing_with_sdk/index.html).
2323

24-
For the specific example on building and running a segmentation application on x86, e.g. the Spleen segmentation application, please see [Creating a Segmentation App](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/03_segmentation_app.html).
24+
For the specific example on building and running a segmentation application, e.g. the Spleen segmentation application, please see [Creating a Segmentation App](https://docs.monai.io/projects/monai-deploy-app-sdk/en/latest/getting_started/tutorials/03_segmentation_app.html).
2525

26-
In the following sections, the Spleen UNETR Multi-organ Segmentation application will be used as an example.
26+
In the following sections, the UNETR Multi-organ Segmentation application will be used as an example.
2727

2828
### Create the requirements file
2929
Without using the MONAI DEDeploy App ASK Packager to automatically detect the dependencies of an application, one has to explicitly create the `requierments.txt` file to be used in the `Dockerfile`. Create the `requirements.txt` file in the application's folder with content shown below,

0 commit comments

Comments
 (0)