forked from phoenix/litellm-mirror
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">
|
<TabItem label="Docker container" value="docker">
|
||||||
|
|
||||||
|
|
||||||
### Step 1. CREATE config.yaml
|
Step 1. CREATE config.yaml
|
||||||
|
|
||||||
Example `litellm_config.yaml`
|
Example `litellm_config.yaml`
|
||||||
|
|
||||||
|
@ -438,7 +438,7 @@ model_list:
|
||||||
api_version: "2023-07-01-preview"
|
api_version: "2023-07-01-preview"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 2. RUN Docker Image
|
Step 2. RUN Docker Image
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run \
|
docker run \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue