Skip to content

Commit 8b21ab4

Browse files
committed
updated name to packager
1 parent 83ba4e4 commit 8b21ab4

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MONAI Application Package Builder
1+
# MONAI Application Packager
22

33
## Description
44

@@ -13,60 +13,60 @@ This is a proposal for the MONAI Deploy Working Group.
1313
- [Input Requirements](#input-requirements)
1414
- [Converting Existing Images](#converting-existing-images)
1515
- [Architecture & Design](#architecture--design)
16-
- [Builder Specification](#builder-specification)
17-
- [Building MAP with MONAI Application](#building-map-with-monai-application)
18-
- [Building MAP from existing container](#building-map-from-existing-container)
16+
- [Packager Specification](#packager-specification)
17+
- [Packaging MAP with MONAI Application](#packaging-map-with-monai-application)
18+
- [Packaging MAP from existing container](#packaging-map-from-existing-container)
1919

2020
## Overview
21-
Data scientists and application developers will require a utility to package their MONAI applications into deployable MONAI Application Packages (MAP). This proposal documents the specification of the initial version of the MONAI Application Package Builder (Builder).
21+
Data scientists and application developers will require a utility to package their MONAI applications into deployable MONAI Application Packages (MAP). This proposal documents the specification of the initial version of the MONAI Application Packager (Packager).
2222

2323
### Goal
2424

25-
The goal of this proposal is to achieve clarity on the initial structure of the Builder, with regards specifically to how it should create a deployable package and the interface it should provide to users.
25+
The goal of this proposal is to achieve clarity on the initial structure of the Packager, with regards specifically to how it should create a deployable package and the interface it should provide to users.
2626

2727
## Requirements
2828

29-
The following are requirements which need to be met by the MAP Builder specification to be considered complete and approved.
29+
The following are requirements which need to be met by the MAP Packager specification to be considered complete and approved.
3030

3131
### Creates Deployable Single Container
3232

33-
Builder SHALL produce a functional MAP which SHALL be a deployable single containerized application
33+
Packager SHALL produce a functional MAP which SHALL be a deployable single containerized application
3434

3535
### Packages Required MAP Components
3636

37-
Builder SHALL package/provide all required components specified in [MONAI Application Package](./monai-application-package.md).
37+
Packager SHALL package/provide all required components specified in [MONAI Application Package](./monai-application-package.md).
3838

3939
### Offers Intuitive Interface
4040

41-
Builder SHOULD provide users with an intuitive interface to package an application into a MAP.
41+
Packager SHOULD provide users with an intuitive interface to package an application into a MAP.
4242

43-
Builder SHOULD provide a command-line interface for users to package an application into a MAP.
43+
Packager SHOULD provide a command-line interface for users to package an application into a MAP.
4444

4545
### Input Requirements
4646

47-
Users SHALL provide the Builder a MONAI application along with any optional pre-trained models to be packaged into a MAP.
47+
Packager SHALL take a MONAI Application and any optional pre-trained models as input.
4848

4949
### Converting Existing Images
5050

51-
Builder SHALL support converting existing container images into MAPs
51+
Packager SHALL support converting existing container images into MAPs
5252

5353
## Architecture & Design
5454

55-
Builder SHALL accept a user supplied application and package it into a MAP
55+
Packager SHALL accept a user supplied application and package it into a MAP
5656

5757
[!IMPORTANT]
58-
The full design and layout for a MAP produced by Builder can be found in the [MONAI Application Package](./monai-application-package.md) design document.
58+
The full design and layout for a MAP produced by Packager can be found in the [MONAI Application Package](./monai-application-package.md) design document.
5959

60-
### Builder Specification
60+
### Packager Specification
6161

62-
Builder SHALL adhere to the MAP specification when building a MAP
62+
Packager SHALL adhere to the MAP specification when packaging a MAP
6363

64-
Builder SHALL be a client that supports the following features
64+
Packager SHALL be a client that supports the following features
6565

66-
#### Building MAP with MONAI Application
66+
#### Packaging MAP with MONAI Application
6767

68-
Builder SHALL support building a MAP with a user supplied MONAI application and any optional pre-trained models
68+
Packager SHALL support packaging a MAP with a user supplied MONAI application and any optional pre-trained models
6969

70-
#### Building MAP from existing container
70+
#### Packaging MAP from existing container
7171

72-
Builder SHALL support building a MAP from an existing container
72+
Packager SHALL support packaging a MAP from an existing container

0 commit comments

Comments
 (0)