From a3c59c32ef02993e7ff9e27e0b62363e980b0a2d Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Thu, 14 Dec 2023 15:38:23 +0530 Subject: [PATCH] updated readme --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e44402d..14ddb02 100644 --- a/README.md +++ b/README.md @@ -91,20 +91,13 @@ For simplest way to get started, I prefer to use the Ollama docker setup. Start the Ollama docker container: ```shell -docker run -it \ - -v ~/ollama:/root/.ollama \ - -p 11434:11434 \ - ollama/ollama +docker run -it -v ~/ollama:/root/.ollama -p 11434:11434 ollama/ollama ``` With GPUs ```shell -docker run -it \ - --gpus=all \ - -v ~/ollama:/root/.ollama \ - -p 11434:11434 \ - ollama/ollama +docker run -it --gpus=all -v ~/ollama:/root/.ollama -p 11434:11434 ollama/ollama ``` Instantiate `OllamaAPI`