From 73b2265bf034b255468458db0a94596fac151595 Mon Sep 17 00:00:00 2001 From: VfBfoerst <64251549+VfBfoerst@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:35:14 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)