Skip to content

Commit

Permalink
Update manifest version key
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem committed Feb 16, 2024
1 parent 896a8c9 commit 7e00899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cmd/build/jozu-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Jozu manifest for AI/ML is a YAML file designed to encapsulate all the neces

The manifest is structured into several key sections: `version`, `package`,`code`, `datasets` and `models`. Each section serves a specific purpose in describing the AI/ML package components and requirements.

### `version`
### `ManifestVersion`

- **Description**: Specifies the manifest format version.
- **Type**: String
Expand Down Expand Up @@ -77,7 +77,7 @@ This section provides general information about the AI/ML project.
## Example

```yaml
version: 1.0
manifestVersion: 1.0
package:
name: AIProjectName
version: 1.2.3
Expand Down

0 comments on commit 7e00899

Please sign in to comment.