mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-06 05:12:14 +00:00
Update README.md
This commit is contained in:
12
README.md
12
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)
|
||||
|
Reference in New Issue
Block a user