"src/vscode:/vscode.git/clone" did not exist on "5d848ec07c2011d600ce5e5c1aa02a03152aea9b"
Commit 7d7c2510 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add `docker exec` command to readme

parent f9b2f999
...@@ -31,6 +31,7 @@ curl https://ollama.ai/install.sh | sh ...@@ -31,6 +31,7 @@ curl https://ollama.ai/install.sh | sh
``` ```
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
docker exec -it ollama ollama run llama2
``` ```
For GPU support, use `--gpus=all`. See the Docker [image](https://hub.docker.com/r/ollama/ollama) for more information. For GPU support, use `--gpus=all`. See the Docker [image](https://hub.docker.com/r/ollama/ollama) for more information.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment