Skip to content

Commit df6d403

Browse files
authored
Merge pull request #126 from codelion/codelion-patch-1
Update README.md
2 parents c3c67b4 + d62babe commit df6d403

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ optillm
1818
2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto
1919
```
2020

21+
### Using docker
22+
23+
```bash
24+
docker pull ghcr.io/codelion/optillm:latest
25+
docker run -p 8000:8000 ghcr.io/codelion/optillm:latest
26+
2024-10-22 07:45:05,612 - INFO - Loaded plugin: privacy
27+
2024-10-22 07:45:06,293 - INFO - Loaded plugin: memory
28+
2024-10-22 07:45:06,293 - INFO - Starting server with approach: auto
29+
```
30+
2131
### Install from source
2232

2333
Clone the repository with `git` and use `pip install` to setup the dependencies.

0 commit comments

Comments
 (0)