Update Install Method 2. From source (#2232)

This commit is contained in:
HAI
2024-11-27 22:46:55 -08:00
committed by GitHub
parent cd51758fad
commit b79fffdcb5
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Usage (to build SGLang ROCm docker image):
# docker build --build-arg SGL_BRANCH=v0.3.6.post2 -t testImage -f Dockerfile.rocm .
# docker build --build-arg SGL_BRANCH=v0.3.6.post2 -t v0.3.6.post2-rocm620 -f Dockerfile.rocm .
# default base image
ARG BASE_IMAGE="rocm/vllm-dev:20241022"