ROCm: bump 6.3.0 (#3259)

This commit is contained in:
HAI
2025-02-02 12:13:40 -08:00
committed by GitHub
parent 55f5fc68ac
commit 566d61d90f
7 changed files with 28 additions and 22 deletions

View File

@@ -1,8 +1,8 @@
# Usage (to build SGLang ROCm docker image):
# docker build --build-arg SGL_BRANCH=v0.4.2.post1 -t v0.4.2.post1-rocm620 -f Dockerfile.rocm .
# docker build --build-arg SGL_BRANCH=v0.4.2.post1 -t v0.4.2.post1-rocm630 -f Dockerfile.rocm .
# default base image
ARG BASE_IMAGE="rocmshared/vllm-rocm:20250114-tuned-elementwise-layernorm"
ARG BASE_IMAGE="rocm/vllm-dev:20250114"
FROM $BASE_IMAGE AS base
USER root