Skip to content

Commit 029f8bc

Browse files
committed
Ping holoscan~=0.6.0 and updated section on ARM64 MAP packaging
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 2f05065 commit 029f8bc

File tree

4 files changed

+14
-117
lines changed

4 files changed

+14
-117
lines changed

docs/source/developing_with_sdk/packaging_app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ Successfully built my_app:latest
6262

6363
The MAP image name will be postfixed with the platform info to become `my_app-x64-workstation-dgpu-linux-amd64:latest`, and will be seen in the list of container images on the user's local machine when the command `docker images` is run.
6464

65-
```{note}
65+
:::{note}
6666
* The current implementation of the Packager **ONLY** supports a set of [platform](https://docs.nvidia.com/holoscan/sdk-user-guide/cli/package.html#platform-platform) specific base images from `nvcr.io` as base images for the MAP.
67-
```
67+
68+
* To package a MAP to run on ARMv8 AArch64 on Linux with discrete GPU, replace the commandline option `--platform x64-workstation` with `--platform igx-orin-devkit --platform-config dgpu`. It has been tested on [NVIDIA IGX Orin](https://www.nvidia.com/en-us/edge-computing/products/igx/).
69+
:::
6870

6971
## Next Step
7072

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# MONAI Application Package for ARMv8 AArch64 on Linux
2+
3+
This article describes how to containerize a MONAI Deploy application, as a **MONAI Application Package**, targeting ARMv8 AArch64 on Linux.
4+
5+
Section [Packaging App](https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/developing_with_sdk/packaging_app.html) in the MONAI Deploy App SDK [Users Guide](https://docs.monai.io/projects/monai-deploy-app-sdk/en/stable/index.html) describes the general steps to package an application into a MAP. Building MAPs for AArch64 on Linux with discrete GPU can be done with this simple change of command line options,
6+
7+
`--platform x64-workstation` replaced with
8+
9+
`--platform igx-orin-devkit --platform-config dgpu`

examples/apps/deply_app_on_aarch64_interim.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
holoscan>=0.6.0
1+
holoscan~=0.6.0
22
numpy>=1.21.6
33
colorama>=0.4.1
44
typeguard>=3.0.0

0 commit comments

Comments
 (0)