updated readme

This commit is contained in:
Amith Koujalgi 2023-12-14 15:37:12 +05:30
parent 417423005a
commit 792222c162

View File

@ -103,7 +103,7 @@ With GPUs
docker run -it \
--gpus=all \
-v ~/ollama:/root/.ollama \
-p 11434:11434
-p 11434:11434 \
ollama/ollama
```