From d62babee9008d7b29f7faa652af39d8ab083aecf Mon Sep 17 00:00:00 2001 From: Asankhaya Sharma Date: Fri, 3 Jan 2025 19:27:59 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3832c182..4e0f26d7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,16 @@ optillm 2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto ``` +### Using docker + +```bash +docker pull ghcr.io/codelion/optillm:latest +docker run -p 8000:8000 ghcr.io/codelion/optillm:latest +2024-10-22 07:45:05,612 - INFO - Loaded plugin: privacy +2024-10-22 07:45:06,293 - INFO - Loaded plugin: memory +2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto +``` + ### Install from source Clone the repository with `git` and use `pip install` to setup the dependencies.