https://github.com/scai-bio/ollama-docker
Pre-build docker containers for different LLMs using Ollama
https://github.com/scai-bio/ollama-docker
docker llm ollama
Last synced: 2 months ago
JSON representation
Pre-build docker containers for different LLMs using Ollama
- Host: GitHub
- URL: https://github.com/scai-bio/ollama-docker
- Owner: SCAI-BIO
- License: apache-2.0
- Created: 2025-03-20T10:03:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T11:12:23.000Z (2 months ago)
- Last Synced: 2025-03-20T11:31:26.076Z (2 months ago)
- Topics: docker, llm, ollama
- Language: Shell
- Homepage: https://ollama.com/search
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ollama-docker
Pre-build, ready to use docker containers for different LLMs using Ollama# Build a new model by Release
- Draft a new release with the tag MODEL_NAME/PARAMETERS, e.g. deepseek-r1/7b
- Container will be build with the starting model MODEL_NAME:PARAMETERS, e.g. deepseek-r1:7b
- Can be found in local github docker package registry as ollama-docker/deepseek-r1:7b or similar