Skip to content

Commit

Permalink
Update docs/user_guide/customizing_dependencies/imagespec.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Everett <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw and neverett authored Sep 25, 2024
1 parent e344b45 commit 16f07f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/user_guide/customizing_dependencies/imagespec.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ image_spec = ImageSpec(
```

## Define ImageSpec in a YAML File
There is an option to override the container image by providing an ImageSpec YAML file to the `pyflyte run` or `pyflyte register` command.

You can override the container image by providing an ImageSpec YAML file to the `pyflyte run` or `pyflyte register` command.
This allows for greater flexibility in specifying a custom container image. For example:

```yaml
Expand Down

0 comments on commit 16f07f7

Please sign in to comment.