Skip to content

Commit

Permalink
docs: Added small clarification how to build/push the docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jul 29, 2023
1 parent 5baff1e commit 3eb8d50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ helm install chroma chroma/chromadb --set chromadb.allowReset="true"
```bash
minikube service chroma-chromadb --url
```
## Building the Docker image

```bash
docker build --no-cache -t <image:tag> -f image/Dockerfile .
docker push <image:tag>
```
## Setup Kubernetes Cluster

For this example we'll set up a Kubernetes cluster using minikube.
Expand Down

0 comments on commit 3eb8d50

Please sign in to comment.