add docker
instruction
This commit is contained in:
parent
48920c873b
commit
bbc05f957f
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ Ollama is a tool for running any large language model on any machine. It's desig
|
|||
pip install ollama
|
||||
```
|
||||
|
||||
```
|
||||
docker run ollama/ollama
|
||||
```
|
||||
|
||||
## Quickstart
|
||||
|
||||
To run a model, use `ollama run`:
|
||||
|
|
Loading…
Reference in a new issue