Skip to content

Commit

Permalink
Using ROCm6.3 release image as a base (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshtras authored Dec 6, 2024
1 parent da8f61a commit 2b17421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:6.2.4-complete
ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:6.3-complete
FROM ${BASE_IMAGE} AS base

ENV PATH=/opt/rocm/llvm/bin:$PATH
Expand Down Expand Up @@ -30,8 +30,8 @@ RUN pip install -U packaging cmake ninja wheel setuptools Cython

FROM base AS build_hipblaslt
ARG HIPBLASLT_BRANCH="507a649"
# Unset the following on ROCm6.3+
ARG LEGACY_HIPBLASLT_OPTION="--legacy_hipblas_direct"
# Set to "--legacy_hipblas_direct" for ROCm<=6.2
ARG LEGACY_HIPBLASLT_OPTION=
RUN git clone https://github.com/ROCm/hipBLASLt
RUN cd hipBLASLt \
&& git checkout ${HIPBLASLT_BRANCH} \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG REMOTE_VLLM="0"
ARG USE_CYTHON="0"
ARG BUILD_RPD="1"
ARG COMMON_WORKDIR=/app
ARG BASE_IMAGE=rocm/vllm-dev:base_ubuntu22.04_py3.12_ROCm6.2.4_hipblaslt0.11_torch2.6
ARG BASE_IMAGE=rocm/vllm-dev:base_ubuntu22.04_py3.12_ROCm6.3_hipblaslt0.11_torch2.6

FROM ${BASE_IMAGE} AS base

Expand Down

0 comments on commit 2b17421

Please sign in to comment.