Ollama is an open source tool for easily running large language models (LLMs) locally.
95
Ollama is an open source framework designed to simplify the local deployment and use of large language models (LLMs). It allows users to run, manage, and interact with large language models on local machines without relying on external cloud services. Ollama provides a lightweight environment that makes it easier for developers, researchers, and enthusiasts to use and experiment with various language models.
usage:
docker run -itd -p $host_port:11434 --restart=always -v $host_path:/data/ollama/models --name $container simen39/ollama:$tag
example:
docker run -itd -p 11434:11434 --restart=always -v /opt/ollama/models:/data/ollama/models --name ollama simen39/ollama:20250220
You can get the available models on the Ollama official website
Content type
Image
Digest
sha256:edfa91fb7…
Size
1.5 GB
Last updated
over 1 year ago
docker pull simen39/ollama:20250220