mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs docker quick start
This commit is contained in:
parent
bea9a89ea8
commit
4e03e1509f
1 changed files with 2 additions and 2 deletions
|
|
@ -424,7 +424,7 @@ $ litellm --model huggingface/bigcode/starcoder
|
|||
<TabItem label="Docker container" value="docker">
|
||||
|
||||
|
||||
### Step 1. CREATE config.yaml
|
||||
Step 1. CREATE config.yaml
|
||||
|
||||
Example `litellm_config.yaml`
|
||||
|
||||
|
|
@ -438,7 +438,7 @@ model_list:
|
|||
api_version: "2023-07-01-preview"
|
||||
```
|
||||
|
||||
### Step 2. RUN Docker Image
|
||||
Step 2. RUN Docker Image
|
||||
|
||||
```shell
|
||||
docker run \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue