From 28f6caa04c8bc152617dc79a89508d35e4048a49 Mon Sep 17 00:00:00 2001 From: DaxServer Date: Sun, 31 Mar 2024 20:10:00 +0200 Subject: [PATCH] fix(docs): Correct Docker pull command in deploy.md Corrected the Docker pull command in deploy.md to remove duplicated 'docker pull' command. --- docs/my-website/docs/proxy/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index 00606332e9..c08cb7d0ea 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -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