forked from phoenix/litellm-mirror
fix docker run command on release notes
This commit is contained in:
parent
50b4167a27
commit
c8662234c7
1 changed files with 8 additions and 8 deletions
16
.github/workflows/interpret_load_test.py
vendored
16
.github/workflows/interpret_load_test.py
vendored
|
@ -80,15 +80,15 @@ if __name__ == "__main__":
|
||||||
existing_release_body = latest_release.body[:start_index]
|
existing_release_body = latest_release.body[:start_index]
|
||||||
|
|
||||||
docker_run_command = f"""
|
docker_run_command = f"""
|
||||||
\n\n
|
\n\n
|
||||||
## Docker Run LiteLLM Proxy
|
## Docker Run LiteLLM Proxy
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run \\
|
docker run \\
|
||||||
-e STORE_MODEL_IN_DB=True \\
|
-e STORE_MODEL_IN_DB=True \\
|
||||||
-p 4000:4000 \\
|
-p 4000:4000 \\
|
||||||
ghcr.io/berriai/litellm:main-{release_version}
|
ghcr.io/berriai/litellm:main-{release_version}
|
||||||
```
|
```
|
||||||
"""
|
"""
|
||||||
print("docker run command: ", docker_run_command)
|
print("docker run command: ", docker_run_command)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue