Skip to content

Commit

Permalink
cleanup docker section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorganca committed Oct 15, 2023
1 parent 7d7c251 commit 06bcfbd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ curl https://ollama.ai/install.sh | sh

### Docker

```
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.
See the official [Docker image](https://hub.docker.com/r/ollama/ollama).

## Quickstart

Expand Down

0 comments on commit 06bcfbd

Please sign in to comment.