Skip to content

Commit

Permalink
Remove ImageSpec experiment warning (#5510)
Browse files Browse the repository at this point in the history
Signed-off-by: Peeter Piegaze <[email protected]>
  • Loading branch information
ppiegaze authored Jun 25, 2024
1 parent f1e511d commit d5744da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/user_guide/customizing_dependencies/imagespec.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
.. tags:: Containerization, Intermediate
```

:::{note}
This is an experimental feature, which is subject to change the API in the future.
:::

`ImageSpec` is a way to specify how to build a container image without a Dockerfile. The `ImageSpec` by default will be
converted to an [Envd](https://envd.tensorchord.ai/) config, and the [Envd builder](https://github.com/flyteorg/flytekit/blob/master/plugins/flytekit-envd/flytekitplugins/envd/image_builder.py#L12-L34) will build the image for you. However, you can also register your own builder to build
the image using other tools.
Expand Down

0 comments on commit d5744da

Please sign in to comment.