Update README.md

This commit is contained in:
VfBfoerst
2024-01-30 12:35:14 +01:00
committed by GitHub
parent 8c07e30f17
commit 73b2265bf0

View File

@@ -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)