Skip to content

Commit

Permalink
Add Ollama image for nomic-embed-text
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jul 28, 2024
1 parent 8d08df0 commit b19bcd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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/nomic-embed-text, image: ollama-nomic-embed-text},
{context: ollama/orca-mini, image: ollama-orca-mini},
{context: ollama/phi, image: ollama-phi},
{context: ollama/phi3, image: ollama-phi3}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Catalog of multi-architecture OCI images for popular free and/or open-source Lar

## 🦙 Ollama

Images are built weekly based on the latest version of [Ollama](https://ollama.com) and the specific models. They are published with three tags: `latest`, sha, and timestamp.
Images are built weekly based on the latest version of [Ollama](https://ollama.com) and the specific models. They are published with three tags: `latest`, Git commit sha, and timestamp.

* `ghcr.io/thomasvitale/ollama-aya`
* `ghcr.io/thomasvitale/ollama-bakllava`
Expand All @@ -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-nomic-embed-text`
* `ghcr.io/thomasvitale/ollama-orca-mini`
* `ghcr.io/thomasvitale/ollama-phi`
* `ghcr.io/thomasvitale/ollama-phi3`
Expand Down
3 changes: 3 additions & 0 deletions ollama/nomic-embed-text/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 nomic-embed-text"

0 comments on commit b19bcd5

Please sign in to comment.