Skip to content

Commit

Permalink
510
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Sep 20, 2024
1 parent f7708d3 commit 4f2a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 510_ai_ollama_k8s/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `ollama` server can run LLM models on your local machine. The `ollama` serve

### 1.1. Run `ollama` container

`ollama` server can run as a program in your machine or as a `docker` container. Here are the steps to install `ollama` server as a `docker` container. The container is available in Dockeer Hub: [https://hub.docker.com/r/ollama/ollama[(https://hub.docker.com/r/ollama/ollama).
`ollama` server can run as a program in your machine or as a `docker` container. Here are the steps to install `ollama` server as a `docker` container. The container is available in Dockeer Hub: https://hub.docker.com/r/ollama/ollama.

```sh
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama
Expand Down

0 comments on commit 4f2a59f

Please sign in to comment.