Merge pull request #2779 from DaxServer/update-proxy-dockerfile-branch

fix(docs): Correct Docker pull command in deploy.md
This commit is contained in:
Ishaan Jaff 2024-04-01 07:10:45 -07:00 committed by GitHub
commit 18fec3ad8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,7 +246,7 @@ Your OpenAI proxy server is now running on `http://127.0.0.1:4000`.
We maintain a [seperate Dockerfile](https://github.com/BerriAI/litellm/pkgs/container/litellm-database) for reducing build time when running LiteLLM proxy with a connected Postgres Database
```shell
docker pull docker pull ghcr.io/berriai/litellm-database:main-latest
docker pull ghcr.io/berriai/litellm-database:main-latest
```
```shell