mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix _get_docker_run_command_stable_release
This commit is contained in:
parent
f9cee4c46b
commit
bca6e37c24
1 changed files with 16 additions and 14 deletions
4
.github/workflows/interpret_load_test.py
vendored
4
.github/workflows/interpret_load_test.py
vendored
|
@ -61,7 +61,8 @@ def _get_docker_run_command_stable_release(release_version):
|
|||
docker run \\
|
||||
-e STORE_MODEL_IN_DB=True \\
|
||||
-p 4000:4000 \\
|
||||
ghcr.io/berriai/litellm_stable_release_branch-{release_version}
|
||||
ghcr.io/berriai/litellm:litellm_stable_release_branch-{release_version}
|
||||
```
|
||||
"""
|
||||
|
||||
|
||||
|
@ -75,6 +76,7 @@ def _get_docker_run_command(release_version):
|
|||
-e STORE_MODEL_IN_DB=True \\
|
||||
-p 4000:4000 \\
|
||||
ghcr.io/berriai/litellm:main-{release_version}
|
||||
```
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue