Skip to content

Commit

Permalink
Add Ollama image for mxbai-embed-large
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jul 28, 2024
1 parent b19bcd5 commit 747708c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
{context: ollama/mistral, image: ollama-mistral},
{context: ollama/mistral-nemo, image: ollama-mistral-nemo},
{context: ollama/moondream, image: ollama-moondream},
{context: ollama/mxbai-embed-large, image: ollama-mxbai-embed-large},
{context: ollama/nomic-embed-text, image: ollama-nomic-embed-text},
{context: ollama/orca-mini, image: ollama-orca-mini},
{context: ollama/phi, image: ollama-phi},
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Images are built weekly based on the latest version of [Ollama](https://ollama.c
* `ghcr.io/thomasvitale/ollama-mistral`
* `ghcr.io/thomasvitale/ollama-mistral-nemo`
* `ghcr.io/thomasvitale/ollama-moondream`
* `ghcr.io/thomasvitale/ollama-mxbai-embed-large`
* `ghcr.io/thomasvitale/ollama-nomic-embed-text`
* `ghcr.io/thomasvitale/ollama-orca-mini`
* `ghcr.io/thomasvitale/ollama-phi`
Expand Down
3 changes: 3 additions & 0 deletions ollama/mxbai-embed-large/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.io/ollama/ollama:latest

RUN /bin/sh -c "/bin/ollama serve & sleep 1 && ollama pull mxbai-embed-large"

0 comments on commit 747708c

Please sign in to comment.