Skip to content

Commit

Permalink
fix trailing spaces (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmicklea authored Nov 1, 2024
1 parent 6ed14bc commit 9318326
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 @@ -7,7 +7,7 @@ This page outlines how to use `init` or Kit CLI containers to deploy a ModelKit-
There are currently two pre-built containers:

1. Init container: https://github.com/jozu-ai/kitops/blob/main/build/dockerfiles/init/README.md
1. Kit CLI container: https://github.com/jozu-ai/kitops/blob/main/build/dockerfiles/README.md
1. Kit CLI container: https://github.com/jozu-ai/kitops/blob/main/build/dockerfiles/README.md

## Init Container

Expand Down Expand Up @@ -55,7 +55,7 @@ The container is configurable via environment variables:
# Define a volume to store the ModelKit
volumes:
- name: modelkit-storage
emptyDir: {}
emptyDir: {}
```

## Using the Kit CLI Container
Expand Down Expand Up @@ -97,7 +97,7 @@ Example `dockerfile` for a custom container that has <my-modelkit> built into it
# Download your ModelKit into the container
RUN kit unpack <my-modelkit> /tmp/my-modelkit
# Actual build stage; this just uses Alpine but you would build whatever
# Actual build stage; this just uses Alpine but you would build whatever
# container you need here
FROM alpine:latest
Expand Down

0 comments on commit 9318326

Please sign in to comment.