diff --git a/README.md b/README.md index 4c4f7f9..6893c8f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,18 @@ Make sure you have Python (>=3.8) and Apache installed on your system before pro 1. Clone or download the `ollama_proxy_server` repository from GitHub: https://github.com/ParisNeo/ollama_proxy_server 2. Navigate to the cloned directory in the terminal and run `pip install -e .` +## Installation using Dockerfile +1. Clone this repository as described above. +2. Build your Container-Image with the Dockerfile provided by this repository + +### Podman +`cd ollama_proxy_server` +`podman build -t ollama_proxy_server:latest .` + +### Docker +`cd ollama_proxy_server` +`docker build -t ollama_proxy_server:latest .` + ## Configuration ### Servers configuration (config.ini)