File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11## Global Args ##################################################################
22ARG BASE_UBI_IMAGE_TAG=9.5-1742914212
33ARG PYTHON_VERSION=3.12
4- ARG VLLM_VERSION
4+ ARG VLLM_VERSION="v0.8.4"
55# Default ROCm ARCHes to build vLLM for.
66ARG PYTORCH_ROCM_ARCH="gfx908;gfx90a;gfx942;gfx1100"
77ARG MAX_JOBS=12
@@ -47,7 +47,7 @@ gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key" > /etc/yum.repos.d/amdgpu.repo
4747
4848
4949RUN --mount=type=cache,target=/root/.cache/uv \
50- export version="$(awk -F. '{print $1"."$2}' <<< $ROCM_VERSION)" && \
50+ export version="$(awk -F. '{print $1"."$2}' <<< ${ ROCM_VERSION} )" && \
5151 uv pip install --pre \
5252 --index-url "https://download.pytorch.org/whl/rocm${version}" \
5353 torch==2.7.0+rocm${version}\
You can’t perform that action at this time.
0 commit comments