An open API service indexing awesome lists of open source software.

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

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