"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "c3f8dad55cd36d96668a93d9387e5d3d05c6df75"
Commit 06bcfbd6 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

cleanup docker section in readme

parent 7d7c2510
...@@ -29,12 +29,7 @@ curl https://ollama.ai/install.sh | sh ...@@ -29,12 +29,7 @@ curl https://ollama.ai/install.sh | sh
### Docker ### Docker
``` See the official [Docker image](https://hub.docker.com/r/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.
## Quickstart ## Quickstart
......
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