From 1b2eaac3165dc78d4ef51231722735ca9cf37304 Mon Sep 17 00:00:00 2001 From: Roger Wang <136131678+ywang96@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:10:47 -0700 Subject: [PATCH] [Bugfix][Doc] FIx Duplicate Explicit Target Name Errors (#5703) --- docs/source/dev/dockerfile/dockerfile.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/dev/dockerfile/dockerfile.rst b/docs/source/dev/dockerfile/dockerfile.rst index 40ba818e..9c17c27a 100644 --- a/docs/source/dev/dockerfile/dockerfile.rst +++ b/docs/source/dev/dockerfile/dockerfile.rst @@ -1,8 +1,8 @@ Dockerfile ==================== -See `here `_ for the main Dockerfile to construct -the image for running an OpenAI compatible server with vLLM. More information about deploying with Docker can be found `here `_. +See `here `__ for the main Dockerfile to construct +the image for running an OpenAI compatible server with vLLM. More information about deploying with Docker can be found `here `__. Below is a visual representation of the multi-stage Dockerfile. The build graph contains the following nodes: