docs(index.md): cleanup

This commit is contained in:
Krrish Dholakia
2025-07-03 17:35:49 -07:00
parent 3ad6b36ffc
commit 35ecfb7737
@@ -20,16 +20,6 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
:::warning
## Known Issues
The `non-root` docker image has a known issue around the UI not loading. If you use the `non-root` docker image we recommend waiting before upgrading to this version. We will post a patch fix for this.
Update: this will be fixed in v1.73.7.rc.2
:::
## Deploy this version
This release is not out yet. The pre-release will be live on Sunday and the stable release will be live on Wednesday.
@@ -41,13 +31,15 @@ This release is not out yet. The pre-release will be live on Sunday and the stab
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:v1.73.6.rc.1
ghcr.io/berriai/litellm:v1.73.6-stable
```
</TabItem>
<TabItem value="pip" label="Pip">
The pip package is not yet available.
``` showLineNumbers title="pip install litellm"
pip install litellm==1.73.6.post1
```
</TabItem>
</Tabs>