docs docker quick start

This commit is contained in:
Ishaan Jaff 2024-09-19 15:10:59 -07:00
parent bea9a89ea8
commit 4e03e1509f

View file

@ -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 \