Update deployment_guide.md to include vLLM docker image address

#7
Files changed (1) hide show
  1. deployment_guide.md +2 -0
deployment_guide.md CHANGED
@@ -60,6 +60,8 @@ lmdeploy serve api_server \
60
 
61
  Use the latest vLLM Docker image or source build with Intern-S2-Preview support.
62
 
 
 
63
  - Serving With MTP (Recommended)
64
 
65
  ```bash
 
60
 
61
  Use the latest vLLM Docker image or source build with Intern-S2-Preview support.
62
 
63
+ For example, you can use the vLLM nightly Docker image `vllm/vllm-openai:nightly-a6682d1d259cca69a9ae737ea5608fbbe7520031`
64
+
65
  - Serving With MTP (Recommended)
66
 
67
  ```bash