Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] add visualization for multi-stage dockerfile #4456

Merged
merged 6 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
edit
  • Loading branch information
ywang96 committed Apr 30, 2024
commit 7682849c8af47ad5cd2a46ce1d891cf0f7a66fd5
7 changes: 5 additions & 2 deletions docs/source/dev/dockerfile/dockerfile.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Dockerfile
====================

- A visual representation of the multi-stage Dockerfile. The build graph contains the following nodes:
See `here <https://github.com/vllm-project/vllm/blob/main/Dockerfile>`_ for the main Dockerfile to construct
the image for running an OpenAI compatible server with vLLM.

- Below is a visual representation of the multi-stage Dockerfile. The build graph contains the following nodes:

- All build stages
- The default build target (highlighted in grey)
Expand All @@ -20,7 +23,7 @@ Dockerfile

Made using: https://github.com/patrickhoefler/dockerfilegraph

Commands to regenerate it (make sure to run it from the `root` directory where the dockerfile is present):
Commands to regenerate the build graph (make sure to run it **from the `root` directory of the vLLM repository** where the dockerfile is present):

.. code:: bash

Expand Down
Loading