mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
docs docker run cmd
This commit is contained in:
parent
165b1887bd
commit
8cc63e0802
1 changed files with 9 additions and 0 deletions
|
|
@ -34,6 +34,15 @@ This release will be live on 03/16/2025
|
|||
|
||||
<!-- <Image img={require('../../img/release_notes/v16311_release.jpg')} /> -->
|
||||
|
||||
## Docker Run LiteLLM Proxy
|
||||
|
||||
```
|
||||
docker run
|
||||
-e STORE_MODEL_IN_DB=True
|
||||
-p 4000:4000
|
||||
ghcr.io/berriai/litellm:main-v1.63.11-stable
|
||||
```
|
||||
|
||||
## Demo Instance
|
||||
|
||||
Here's a Demo Instance to test changes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue