diff --git a/docs/my-website/release_notes/v1.73.6-stable/index.md b/docs/my-website/release_notes/v1.73.6-stable/index.md index 0ab719cca9..6b64243f7b 100644 --- a/docs/my-website/release_notes/v1.73.6-stable/index.md +++ b/docs/my-website/release_notes/v1.73.6-stable/index.md @@ -32,6 +32,23 @@ The `non-root` docker image has a known issue around the UI not loading. If you This release is not out yet. The pre-release will be live on Sunday and the stable release will be live on Wednesday. + + + +``` showLineNumbers title="docker run litellm" +docker run \ +-e STORE_MODEL_IN_DB=True \ +-p 4000:4000 \ +ghcr.io/berriai/litellm:v1.73.6.rc.1 +``` + + + + +The pip package is not yet available. + + + ---