Skip to content

Commit

Permalink
Update deploy.md (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
javisperez authored Nov 1, 2024
1 parent 9df82d1 commit ddee62a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ Kubernetes example:

Going a step further you can use the Kit CLI container to create your own bespoke ModelKit containers.

Example `dockerfile` for a custom container that has <my-modelkit> built into it:
Example `dockerfile` for a custom container that has `my-modelkit` built into it:

```
# Staged build to grab the ModelKit so we can use it later
FROM ghcr.io/jozu-ai/kit:latest AS modelkit-download
# Download your ModelKit into the container
RUN kit unpack <my-modelkit> /tmp/my-modelkit
RUN kit unpack my-modelkit /tmp/my-modelkit
# Actual build stage; this just uses Alpine but you would build whatever
# container you need here
Expand All @@ -109,4 +109,4 @@ Example `dockerfile` for a custom container that has <my-modelkit> built into it
COPY --from=modelkit-download /tmp/my-modelkit /home/user/modelkit-data
```

**Questions or suggestions?** Drop an [issue in our GitHub repository](https://github.com/jozu-ai/kitops/issues) or join [our Discord server](https://discord.gg/Tapeh8agYy) to get support or share your feedback.
**Questions or suggestions?** Drop an [issue in our GitHub repository](https://github.com/jozu-ai/kitops/issues) or join [our Discord server](https://discord.gg/Tapeh8agYy) to get support or share your feedback.

0 comments on commit ddee62a

Please sign in to comment.